3498:60f663154789 | 3499:f2d4b02c7e88 |
---|---|
71 code = self.stack.pop() | 71 code = self.stack.pop() |
72 for c in code.co_consts: | 72 for c in code.co_consts: |
73 if isinstance(c, types.CodeType): | 73 if isinstance(c, types.CodeType): |
74 self.stack.append(c) | 74 self.stack.append(c) |
75 yield code | 75 yield code |
76 | |
77 # | |
78 # eflag: FileType = Python2 |