MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _is_backward_jump

Function _is_backward_jump

tools/python-3.11.9-amd64/Lib/dis.py:420–421  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

418 return entries
419
420def _is_backward_jump(op):
421 return 'JUMP_BACKWARD' in opname[op]
422
423def _get_instructions_bytes(code, varname_from_oparg=None,
424 names=None, co_consts=None,

Callers 2

_get_instructions_bytesFunction · 0.85
findlabelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected