Searched refs:get_getpath_codeobject (Results 1 – 2 of 2) sorted by relevance
399 get_getpath_codeobject(PyObject *self, PyObject *Py_UNUSED(args)) { in get_getpath_codeobject() function541 {"get_getpath_codeobject", get_getpath_codeobject, METH_NOARGS, NULL},
15 from _testinternalcapi import get_getpath_codeobject16 SOURCE = get_getpath_codeobject()