DebugClients/Python/coverage/bytecode.py

changeset 3499
f2d4b02c7e88
parent 3497
7f51ab29a1a2
child 4489
d0d6e4ad31bd
equal deleted inserted replaced
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

eric ide

mercurial