Home
last modified time | relevance | path

Searched refs:PY_CODE_LOCATION_INFO_NO_COLUMNS (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dcode.h227 PY_CODE_LOCATION_INFO_NO_COLUMNS = 13, enumerator
/third_party/python/Lib/test/
H A Dtest_code.py682 PY_CODE_LOCATION_INFO_NO_COLUMNS = 13
695 | (PY_CODE_LOCATION_INFO_NO_COLUMNS << 3)
/third_party/python/Objects/
H A Dcodeobject.c385 case PY_CODE_LOCATION_INFO_NO_COLUMNS: in get_line_delta()
426 output, PY_CODE_LOCATION_INFO_NO_COLUMNS, blength); in remove_column_info()
650 | (PY_CODE_LOCATION_INFO_NO_COLUMNS << 3)
948 case PY_CODE_LOCATION_INFO_NO_COLUMNS: in advance_with_locations()
1042 case PY_CODE_LOCATION_INFO_NO_COLUMNS: in _PyLineTable_StartsLine()
/third_party/python/Python/
H A Dcompile.c7612 write_location_first_byte(a, PY_CODE_LOCATION_INFO_NO_COLUMNS, length); in write_location_info_no_column()

Completed in 16 milliseconds