mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove apply()
This commit is contained in:
parent
fe55464f39
commit
d91085598f
56 changed files with 179 additions and 285 deletions
|
@ -90,7 +90,7 @@ def Node(*args):
|
|||
raise
|
||||
else:
|
||||
raise WalkerError, "Can't find appropriate Node type: %s" % str(args)
|
||||
#return apply(ast.Node, args)
|
||||
#return ast.Node(*args)
|
||||
|
||||
class Transformer:
|
||||
"""Utility object for transforming Python parse trees.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue