Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
D_testcppext.cpp160 PyType_Spec VirtualPyObject_Spec = { variable
170 PyObject *type = PyType_FromSpec(&VirtualPyObject_Spec); in VirtualPyObject()