Home
last modified time | relevance | path

Searched refs:hasjrel (Results 51 – 75 of 128) sorted by relevance

123456

/dports/devel/py-xdis/xdis-5.0.13/xdis/opcodes/
H A Dopcode_2x.py48 hasjrel = [] variable
/dports/security/py-RestrictedPython/RestrictedPython-3.6.0/src/RestrictedPython/tests/
H A Dverify.py165 elif op in dis.hasjrel:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddis.py341 elif op in hasjrel:
439 if op in hasjrel:
/dports/lang/python310/Python-3.10.1/Lib/
H A Ddis.py344 elif op in hasjrel:
443 if op in hasjrel:
/dports/lang/python37/Python-3.7.12/Lib/
H A Ddis.py331 elif op in hasjrel:
426 if op in hasjrel:
/dports/lang/python38/Python-3.8.12/Lib/
H A Ddis.py341 elif op in hasjrel:
439 if op in hasjrel:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Ddis.py341 elif op in hasjrel:
439 if op in hasjrel:
/dports/lang/python39/Python-3.9.9/Lib/
H A Ddis.py341 elif op in hasjrel:
439 if op in hasjrel:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Ddis.py341 elif op in hasjrel:
439 if op in hasjrel:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Ddis.py341 elif op in hasjrel:
439 if op in hasjrel:
/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/utils/
H A Dteleportation.py27 elif op in opcode.hasjrel:
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_frame_eval/
H A Dpydevd_modify_bytecode.py116 if op in dis.hasjrel:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Ddis.py433 elif op in hasjrel:
542 if op in hasjrel:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_frame_eval/
H A Dpydevd_modify_bytecode.py152 if op in dis.hasjrel:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/
H A Dconcrete.py88 if self._opcode in _opcode.hasjrel:
594 if instr.opcode in _opcode.hasjrel:
H A Dinstr.py309 return opcode in _opcode.hasjrel or opcode in _opcode.hasjabs
H A Dpeephole_opt.py379 if instr.opcode in opcode.hasjrel:
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/
H A Dconcrete.py84 if self._opcode in _opcode.hasjrel:
632 if instr.opcode in _opcode.hasjrel:
H A Dinstr.py371 return opcode in _opcode.hasjrel or opcode in _opcode.hasjabs
H A Dpeephole_opt.py384 if instr.opcode in opcode.hasjrel:
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dbytecode.py49 JREL_OPS = frozenset(dis.hasjrel)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_collect_bytecode_info.py1 from opcode import HAVE_ARGUMENT, EXTENDED_ARG, hasconst, opname, hasname, hasjrel, haslocal, \
125 elif op in hasjrel:
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_collect_bytecode_info.py10 hasfree, hasjrel, haslocal, hasname, opname)
129 elif op in hasjrel:
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Ddecompiling.py6 from opcode import hasconst, hasname, hasjrel, haslocal, hascompare, hasfree
118 elif op in hasjrel: arg = [i + oparg]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Ddis.rst123 .. data:: hasjrel

123456