Searched refs:PyBlockType (Results 1 – 1 of 1) sorted by relevance
24 #define PyBlock_Check(op) ((op)->ob_type == &PyBlockType)49 static PyTypeObject PyBlockType; variable59 b=PyObject_NEW(PyBlockObject,&PyBlockType); in PyBlock_New()101 b=PyObject_NEW(PyBlockObject,&PyBlockType); in PyRegister()320 static PyTypeObject PyBlockType= variable