|
PLearn 0.1
|
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
| static unsigned long long | convert (PyObject *pyobj, bool print_traceback) |
Definition at line 294 of file PythonObjectWrapper.h.
| static unsigned long long PLearn::ConvertFromPyObject< unsigned long long >::convert | ( | PyObject * | pyobj, |
| bool | print_traceback | ||
| ) | [inline, static] |
Definition at line 296 of file PythonObjectWrapper.h.
{ return integerFromPyObject<unsigned long long>(pyobj, print_traceback); }
1.7.4