Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h20 code_replace_impl(PyCodeObject *self, int co_argcount,
251 …return_value = code_replace_impl(self, co_argcount, co_posonlyargcount, co_kwonlyargcount, co_nloc… in code_replace()
/external/python/cpython3/Objects/
Dcodeobject.c638 code_replace_impl(PyCodeObject *self, int co_argcount, in code_replace_impl() function