Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py1317 def test_Z_code(self): member in Test_testcapi
1318 _testcapi.test_Z_code()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2048 test_Z_code(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_Z_code() function
6557 {"test_Z_code", test_Z_code, METH_NOARGS},