Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Dswimodule.c24 #define PyBlock_Check(op) ((op)->ob_type == &PyBlockType)
49 static PyTypeObject PyBlockType; variable
59 b=PyObject_NEW(PyBlockObject,&PyBlockType); in PyBlock_New()
101 b=PyObject_NEW(PyBlockObject,&PyBlockType); in PyRegister()
320 static PyTypeObject PyBlockType= variable