HomeSort by relevance Sort by last modified time
    Searched full:_get_code_object (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
dis.py 109 def _get_code_object(x): function
126 return _format_code_info(_get_code_object(x))
240 co = _get_code_object(x)
425 self.codeobj = co = _get_code_object(x)
  /external/python/cpython3/Lib/test/
test_dis.py 481 1: _get_code_object
    [all...]

Completed in 163 milliseconds