Home
last modified time | relevance | path

Searched refs:bug708901 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_dis.py133 def bug708901(): function
156 """ % (bug708901.__code__.co_firstlineno,
157 bug708901.__code__.co_firstlineno + 1,
158 bug708901.__code__.co_firstlineno + 2,
159 bug708901.__code__.co_firstlineno + 1,
160 bug708901.__code__.co_firstlineno + 3,
161 bug708901.__code__.co_firstlineno + 1)
774 self.do_disassembly_test(bug708901, dis_bug708901)

Completed in 4 milliseconds