Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c56 #define PyStruct_CheckExact(op) (Py_TYPE(op) == &PyStructType) macro
/external/python/cpython3/Modules/
D_struct.c50 #define PyStruct_CheckExact(op) (Py_TYPE(op) == &PyStructType) macro