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()
73 #define PyStruct_Check(op, state) PyObject_TypeCheck(op, (PyTypeObject *)(state)->PyStructType) macro1908 assert(PyStruct_Check(self, state)); in s_pack()1953 assert(PyStruct_Check(self, state)); in s_pack_into()