You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Prefer using double quote for strings
This commit is contained in:
@@ -39,6 +39,7 @@ class NonterminalActions:
|
||||
# parenthesis surrounding it. A high value indicates no
|
||||
# parenthesis are needed.
|
||||
self.prec = 1000
|
||||
self.in_format_string = False
|
||||
|
||||
def n_alias(self, node):
|
||||
if self.version <= (2, 1):
|
||||
|
Reference in New Issue
Block a user