#include <Objects.hxx>
Public Member Functions | |
Dict | getDict () |
Module (const Module &ob) | |
Module (const std::string &s) | |
Module (PyObject *pyob, bool owned=false) | |
Module & | operator= (PyObject *rhsp) |
Module & | operator= (const Object &rhs) |
Definition at line 3250 of file Python2/Objects.hxx.
Py::Module::Module | ( | PyObject * | pyob, | |
bool | owned = false | |||
) | [inline, explicit] |
Definition at line 3253 of file Python2/Objects.hxx.
References Py::Object::validate().
Py::Module::Module | ( | const std::string & | s | ) | [inline, explicit] |
Definition at line 3259 of file Python2/Objects.hxx.
References FemExample::m, and Py::Object::validate().
Py::Module::Module | ( | const Module & | ob | ) | [inline] |
Definition at line 3267 of file Python2/Objects.hxx.
References Py::Object::validate().
Dict Py::Module::getDict | ( | ) | [inline] |
Definition at line 3284 of file Python2/Objects.hxx.
References Py::Object::ptr().
Referenced by Mesh::MeshObject::createCone(), Mesh::MeshObject::createCube(), Mesh::MeshObject::createCylinder(), Mesh::MeshObject::createEllipsoid(), Mesh::MeshObject::createSphere(), Mesh::MeshObject::createTorus(), Py::ExtensionModuleBase::moduleDictionary(), and Gui::Application::sAddCommand().
Reimplemented from Py::Object.
Definition at line 3277 of file Python2/Objects.hxx.
References Py::Object::ptr().
Definition at line 3272 of file Python2/Objects.hxx.