Searched defs:python_class (Results 1 – 1 of 1) sorted by relevance
13 template <class T> struct python_class : PyObject struct15 typedef python_class<T> this_type;17 typedef T type;19 static void *converter (PyObject *p){ in converter()23 static void register_() in register_()