Definition CPythonObject.h:13
Functions that investigate an existing module for the starting function. If the module contains only ...
Definition PythonModuleAPI.h:8
std::string getModuleEntryPoint(const std::string &_moduleName) const
Definition PythonModuleAPI.cpp:10
bool hasScriptHasEntryPoint(const CPythonObject &_module) const
Definition PythonModuleAPI.cpp:71
PythonModuleAPI()=default
std::string m_defaultEntryPoint
Definition PythonModuleAPI.h:17
static const PythonModuleAPI & instance(void)
Definition PythonModuleAPI.cpp:5