Searched defs:findlinestarts (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddis.py10 "findlinestarts", "findlabels"] + _opcodes_all
65 linestarts = dict(findlinestarts(co))
178 def findlinestarts(code): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddis.py10 "findlinestarts", "findlabels"] + _opcodes_all
65 linestarts = dict(findlinestarts(co))
178 def findlinestarts(code): function

Completed in 95 milliseconds