DebugClients/Python/coverage/bytecode.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3499
f2d4b02c7e88
child 4489
d0d6e4ad31bd
equal deleted inserted replaced
3506:d85fadb263a0 3515:1b8381afe38f
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