Searched refs:PyStruct_Check (Results 1 – 2 of 2) sorted by relevance
55 #define PyStruct_Check(op) PyObject_TypeCheck(op, &PyStructType) macro1376 assert(PyStruct_Check(self)); in s_init()1464 assert(PyStruct_Check(self)); in s_unpack()1514 assert(PyStruct_Check(self)); in s_unpack_from()1627 assert(PyStruct_Check(self)); in s_pack()1667 assert(PyStruct_Check(self)); in s_pack_into()
65 #define PyStruct_Check(op) PyObject_TypeCheck(op, (PyTypeObject *)_structmodulestate_global->PyStru… macro1870 assert(PyStruct_Check(self)); in s_pack()1914 assert(PyStruct_Check(self)); in s_pack_into()