Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c55 #define PyStruct_Check(op) PyObject_TypeCheck(op, &PyStructType) macro
1376 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()
/external/python/cpython3/Modules/
D_struct.c49 #define PyStruct_Check(op) PyObject_TypeCheck(op, &PyStructType) macro
1830 assert(PyStruct_Check(self)); in s_pack()
1870 assert(PyStruct_Check(self)); in s_pack_into()