#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
Go to the source code of this file.
Functions | |
void | initAssembly () |
PyDoc_STRVAR (module_Assembly_doc,"This module is the Assembly module.") | |
Variables | |
struct PyMethodDef | Assembly_methods [] |
void initAssembly | ( | ) |
Definition at line 42 of file AppAssembly.cpp.
References Assembly_methods, Base::Console(), Base::Interpreter(), and Base::Exception::what().
PyDoc_STRVAR | ( | module_Assembly_doc | , | |
"This module is the Assembly module." | ||||
) |
struct PyMethodDef Assembly_methods[] |
Definition at line 30 of file AppAssemblyPy.cpp.
Referenced by initAssembly().