Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcode.h182 int PyLineTable_PreviousAddressRange(PyCodeAddressRange *range);
/external/python/cpython3/Objects/
Dcodeobject.c1163 PyLineTable_PreviousAddressRange(PyCodeAddressRange *range) in PyLineTable_PreviousAddressRange() function
1288 if (!PyLineTable_PreviousAddressRange(bounds)) { in _PyCode_CheckLineNumber()