You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Document/correct hide_internal and store_locals
This commit is contained in:
@@ -545,6 +545,11 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
self.currentclass = None
|
||||
self.classes = []
|
||||
self.pending_newlines = 0
|
||||
|
||||
# hide_internal suppresses displaying the additional instructions that sometimes
|
||||
# exist in code but but were not written in the source code.
|
||||
# An example is:
|
||||
# __module__ = __name__
|
||||
self.hide_internal = True
|
||||
self.name = None
|
||||
self.version = version
|
||||
|
Reference in New Issue
Block a user