Home
last modified time | relevance | path

Searched defs:pyobject_type (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/converter/
Dpyobject_type.hpp20 struct pyobject_type struct
22 static bool check(PyObject* x) in check()
27 static Object* checked_downcast(PyObject* x) in checked_downcast()
34 static PyTypeObject const* get_pytype() { return pytype; } in get_pytype()