Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h14 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount,
135 …return_value = code_new_impl(type, argcount, posonlyargcount, kwonlyargcount, nlocals, stacksize, … in code_new()
/third_party/python/Objects/
Dcodeobject.c549 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, in code_new_impl() function