PLearn 0.1
Static Public Member Functions
PLearn::ConvertFromPyObject< PythonObjectWrapper > Struct Template Reference

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PythonObjectWrapper convert (PyObject *, bool print_traceback)

Detailed Description

template<>
struct PLearn::ConvertFromPyObject< PythonObjectWrapper >

Definition at line 396 of file PythonObjectWrapper.h.


Member Function Documentation

PythonObjectWrapper PLearn::ConvertFromPyObject< PythonObjectWrapper >::convert ( PyObject *  pyobj,
bool  print_traceback 
) [static]

Definition at line 306 of file PythonObjectWrapper.cc.

References PLASSERT.

{
    PLASSERT(pyobj);
    return PythonObjectWrapper(pyobj);
}

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines