Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_dis.py911 code_object_f = outer.__code__.co_consts[3] variable
912 expected_f_line = code_object_f.co_firstlineno - _line_offset
913 code_object_inner = code_object_f.co_consts[3]
942 …truction(opname='LOAD_CONST', opcode=100, arg=3, argval=code_object_f, argrepr=repr(code_object_f)…