Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testinternalcapi.c399 get_getpath_codeobject(PyObject *self, PyObject *Py_UNUSED(args)) { in get_getpath_codeobject() function
541 {"get_getpath_codeobject", get_getpath_codeobject, METH_NOARGS, NULL},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_getpath.py15 from _testinternalcapi import get_getpath_codeobject
16 SOURCE = get_getpath_codeobject()