Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
Dtest_getargs.py1313 def test_u_code(self): member in Test_testcapi
1314 _testcapi.test_u_code()
/third_party/python/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},