Code forensics
0.1
Generate historical information about code changes
|
helper type to aid conversion from input type T to the python object More...
#include <python_interop.hpp>
Public Member Functions | |
PyObject * | convert (CR< PTime > t) |
PyObject * | convert (Date const &d) |
Static Public Member Functions | |
static PyObject * | convert (T const &) |
helper type to aid conversion from input type T to the python object
PyObject * type_into_python< PTime >::convert | ( | CR< PTime > | t | ) |
{@ Template specialization for python-C++ type conversion
PyObject * type_into_python< Date >::convert | ( | Date const & | d | ) |
|
static |