Searched refs:python_type (Results 1 – 4 of 4) sorted by relevance
87 template <class Extractor, PyTypeObject const* python_type>103 return PyObject_TypeCheck(op, const_cast<PyTypeObject*>(python_type)) in extract()111 static PyTypeObject const*get_pytype() { return python_type; } in get_pytype()
18 template <PyTypeObject const* python_type>23 return python_type; in get_pytype()
12 [[python_type][A compile-time constant [@http://www.python.org/doc/2.2/ext/dnt-type-methods.html `P…17 template <class Extractor, PyTypeObject const* python_type>
57 type_is_gc(PyTypeObject *python_type) in type_is_gc() argument59 return python_type->tp_flags & Py_TPFLAGS_HEAPTYPE; in type_is_gc()