comparison: DebugClients/Python/coverage/bytecode.py
DebugClients/Python/coverage/bytecode.py
- changeset 790
- 2c0ea0163ef4
- parent 31
- 744cd0b4b8cd
- child 3495
- fac17a82b431
equal
deleted
inserted
replaced
77 return code |
77 return code |
78 |
78 |
79 raise StopIteration |
79 raise StopIteration |
80 |
80 |
81 next = __next__ |
81 next = __next__ |
|
82 |
|
83 # |
|
84 # eflag: FileType = Python2 |