dis.findlabels(code)
Detect all offsets in the code object code which are jump targets, and return a list of these offsets.
dis.findlabels(code)
Detect all offsets in the code object code which are jump targets, and return a list of these offsets.
Please login to continue.