rawexample

Undocumented in source.

Members

Functions

Base_bar
PyObject* Base_bar(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
Base_foo
PyObject* Base_foo(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
Derived_bar
PyObject* Derived_bar(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
PyInit_rawexample
PyObject* PyInit_rawexample()
Undocumented in source. Be warned that the author may not have intended to support it.
_Dmain
void _Dmain()
Undocumented in source. Be warned that the author may not have intended to support it.
hello
PyObject* hello(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
initrawexample
void initrawexample()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

Base_type
PyTypeObject Base_type;
Undocumented in source.
Derived_type
PyTypeObject Derived_type;
Undocumented in source.

Structs

Base_object
struct Base_object
Undocumented in source.
Derived_object
struct Derived_object
Undocumented in source.

Variables

Base_methods
PyMethodDef[] Base_methods;
Undocumented in source.
Derived_methods
PyMethodDef[] Derived_methods;
Undocumented in source.
rawexample_methods
PyMethodDef[] rawexample_methods;
Undocumented in source.
rawmodule
PyModuleDef rawmodule;
Undocumented in source.

Meta