aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkmodule.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use PyModuleCreate to create modules under Python3.Hugo Parente Lima2012-03-081-0/+4
|
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-081-0/+84
The Shiboken::Module namespace also provides management of module types, including the communication of types among dependent modules. Module::create() will call Shiboken::init(), so this can be removed from the generated module's source code. This deprecates the old Shiboken::importModule() function. The generation of module initialization code was updated to use the new Shiboken::Module functions.