Document/correct hide_internal and store_locals

This commit is contained in:
rocky
2016-07-12 12:07:48 -04:00
parent b99f196d18
commit bc86b73cf0
4 changed files with 28 additions and 4 deletions

View File

@@ -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