You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
add_custom_rules -> customize_grammar_rules
This commit is contained in:
@@ -528,7 +528,7 @@ class Python3Parser(PythonParser):
|
||||
return args_pos, args_kw
|
||||
|
||||
|
||||
def add_custom_rules(self, tokens, customize):
|
||||
def customize_grammar_rules(self, tokens, customize):
|
||||
"""The base grammar we start out for a Python version even with the
|
||||
subclassing is, well, is pretty base. And we want it that way: lean and
|
||||
mean so that parsing will go faster.
|
||||
|
Reference in New Issue
Block a user