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_example
PyObject* PyInit_example()

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.

initexample
void initexample()

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.

example_methods
PyMethodDef[] example_methods;

Undocumented in source.

rawmodule
PyModuleDef rawmodule;

Undocumented in source.

Meta