Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_getargs2.py1259 def test_u_code(self): member in Test_testcapi
1260 _testcapi.test_u_code()
/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},
/external/python/cpython3/Modules/
D_testcapimodule.c1810 test_u_code(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_u_code() function
5754 {"test_u_code", test_u_code, METH_NOARGS},