11 #include "interfaces/python/PythonInvoker.h" 12 #include "network/httprequesthandler/python/HTTPPythonInvoker.h" 13 #include "network/httprequesthandler/python/HTTPPythonRequest.h" 32 static void GlobalInitializeModules(
void);
39 void executeScript(FILE* fp,
const std::string& script, PyObject* moduleDict)
override;
40 const char* getInitializationScript()
const override;
43 static std::map<std::string, std::string> createCgiEnvironment(
Definition: WsgiResponse.h:33
Definition: HTTPPythonRequest.h:18
Definition: HTTPPythonWsgiInvoker.h:26
Definition: ILanguageInvocationHandler.h:13
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
Definition: HTTPPythonInvoker.h:16