Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h178 void PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCode…
/third_party/python/Objects/
Dcodeobject.c1258 PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddre… in PyLineTable_InitAddressRange() function
1273 PyLineTable_InitAddressRange(linetable, length, co->co_firstlineno, bounds); in _PyCode_InitAddressRange()
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst197 API function ``PyLineTable_InitAddressRange``. This makes the handling of