Home
last modified time | relevance | path

Searched defs:co_exceptiontable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h210 PyBytesObject *co_exceptiontable = (PyBytesObject *)self->co_exceptiontable; in code_replace() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1913 PyBytesObject *co_exceptiontable) in code_replace_impl()