Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_struct.c2071 static PyType_Spec PyStructType_spec = { variable
2373 PyObject *PyStructType = PyType_FromSpec(&PyStructType_spec); in PyInit__struct()