Home
last modified time | relevance | path

Searched refs:ipowType (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py255 o = _testcapi.ipowType()
/third_party/python/Modules/
H A D_testcapimodule.c6991 static PyTypeObject ipowType = { variable
6993 .tp_name = "ipowType",
8024 if (PyType_Ready(&ipowType) < 0) { in PyInit__testcapi()
8027 Py_INCREF(&ipowType); in PyInit__testcapi()
8028 PyModule_AddObject(m, "ipowType", (PyObject *)&ipowType); in PyInit__testcapi()

Completed in 12 milliseconds