Searched defs:PythonModule (Results 1 – 1 of 1) sorted by relevance
786 PythonModule::PythonModule() : PythonObject() {} in PythonModule() function in PythonModule788 PythonModule::PythonModule(PyRefType type, PyObject *py_obj) { in PythonModule() function in PythonModule792 PythonModule::PythonModule(const PythonModule &dict) : PythonObject(dict) {} in PythonModule() function in PythonModule