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()
49 #define PyStruct_Check(op) PyObject_TypeCheck(op, &PyStructType) macro1830 assert(PyStruct_Check(self)); in s_pack()1870 assert(PyStruct_Check(self)); in s_pack_into()