Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Dlvalue_from_pytype.hpp87 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()
/third_party/boost/boost/python/converter/
Dpytype_function.hpp18 template <PyTypeObject const* python_type>
23 return python_type; in get_pytype()
/third_party/boost/libs/python/doc/reference/
Dlvalue_from_pytype.qbk12 [[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>
/third_party/boost/libs/python/src/object/
Dclass.cpp57 type_is_gc(PyTypeObject *python_type) in type_is_gc() argument
59 return python_type->tp_flags & Py_TPFLAGS_HEAPTYPE; in type_is_gc()