Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_code.h301 extern void _PyLineTable_InitAddressRange(
/external/python/cpython3/Objects/
Dcodeobject.c965 _PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddr… in _PyLineTable_InitAddressRange() function
981 _PyLineTable_InitAddressRange(linetable, length, co->co_firstlineno, bounds); in _PyCode_InitAddressRange()