python.d

Undocumented in source.

Members

Functions

createPythonModule
imported!"python.c".PyObject* createPythonModule()

A utility function that does the same thing as PyModule_Create, but easier, by creating the appropriate PyMethodDef array for the passed-in C functions. It also initialises the D runtime.

Static variables

PyDateTimeAPI
PyDateTime_CAPI* PyDateTimeAPI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta