Home
last modified time | relevance | path

Searched refs:_opcodes_all (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddis.py7 from opcode import __all__ as _opcodes_all unknown
10 "findlinestarts", "findlabels"] + _opcodes_all
11 del _opcodes_all
/external/python/cpython3/Lib/
Ddis.py9 from opcode import __all__ as _opcodes_all unknown
13 "get_instructions", "Instruction", "Bytecode"] + _opcodes_all
14 del _opcodes_all