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