Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dimport.c.h120 {"create_builtin", (PyCFunction)_imp_create_builtin, METH_O, _imp_create_builtin__doc__},
/external/python/cpython3/Python/
Dimport.c1258 _imp_create_builtin(PyObject *module, PyObject *spec) in _imp_create_builtin() function