You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Black one more file
This commit is contained in:
@@ -23,9 +23,9 @@ from xdis import co_flags_is_async, iscode
|
|||||||
|
|
||||||
from uncompyle6.parser import get_python_parser
|
from uncompyle6.parser import get_python_parser
|
||||||
from uncompyle6.scanner import Code
|
from uncompyle6.scanner import Code
|
||||||
|
from uncompyle6.scanners.tok import Token
|
||||||
from uncompyle6.semantics.consts import PRECEDENCE
|
from uncompyle6.semantics.consts import PRECEDENCE
|
||||||
from uncompyle6.semantics.helper import is_lambda_mode
|
from uncompyle6.semantics.helper import is_lambda_mode
|
||||||
from uncompyle6.scanners.tok import Token
|
|
||||||
|
|
||||||
|
|
||||||
class ComprehensionMixin:
|
class ComprehensionMixin:
|
||||||
@@ -513,8 +513,9 @@ class ComprehensionMixin:
|
|||||||
else:
|
else:
|
||||||
self.preorder(node[in_node_index])
|
self.preorder(node[in_node_index])
|
||||||
|
|
||||||
from trepan.api import debug; debug()
|
from trepan.api import debug
|
||||||
|
|
||||||
|
debug()
|
||||||
# Here is where we handle nested list iterations.
|
# Here is where we handle nested list iterations.
|
||||||
if tree == "list_comp" and self.version != (3, 0):
|
if tree == "list_comp" and self.version != (3, 0):
|
||||||
list_iter = tree[1]
|
list_iter = tree[1]
|
||||||
|
Reference in New Issue
Block a user