Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_getargs2.py1263 def test_Z_code(self): member in Test_testcapi
1264 _testcapi.test_Z_code()
/external/python/cpython3/Modules/
D_testcapimodule.c1853 test_Z_code(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_Z_code() function
5755 {"test_Z_code", test_Z_code, METH_NOARGS},