Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp185 struct unsigned_int_rvalue_from_python_base struct
187 static unaryfunc* get_slot(PyObject* obj) in get_slot()
200 static PyTypeObject const* get_pytype() { return &PyInt_Type;} in get_pytype()