Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h174 code_replace_impl(PyCodeObject *self, int co_argcount,
397 …return_value = code_replace_impl(self, co_argcount, co_posonlyargcount, co_kwonlyargcount, co_nloc… in code_replace()
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1904 code_replace_impl(PyCodeObject *self, int co_argcount, in code_replace_impl() function