mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
8a57f00081
commit
e0c446bb4a
19 changed files with 62 additions and 69 deletions
|
@ -78,7 +78,7 @@ class ExampleASTVisitor(ASTVisitor):
|
|||
you still have to do.
|
||||
"""
|
||||
examples = {}
|
||||
|
||||
|
||||
def dispatch(self, node, *args):
|
||||
self.node = node
|
||||
meth = self._cache.get(node.__class__, None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue