Module initialization function. Should be called after the last call to def.
Wraps a D function, making it callable from Python.
Module initialization function. Should be called after the last call to def. For extending python.
Use this to wrap calls to add_module and the like.
For embedding python, should you wish to restart the interpreter.
For embedding python
For embedding python
true after Py_Finalize has been called. Playing with the Python API when this is true is not advised.
Param of def, Def, StaticDef
Param of Property, Member
Param of def
Param of def, Def, StaticDef
call will be made at the appropriate time for initializing modules. (for python 2, it should be after Py_Initialize, for python 3, before).
Contains utilities for wrapping D functions.