Home
last modified time | relevance | path

Searched refs:test_u_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py1313 def test_u_code(self): member in Test_testcapi
1314 _testcapi.test_u_code()
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c1653 test_u_code(PyObject *self) in test_u_code() function
2752 {"test_u_code", (PyCFunction)test_u_code, METH_NOARGS},
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2005 test_u_code(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_u_code() function
6556 {"test_u_code", test_u_code, METH_NOARGS},