#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
Go to the source code of this file.
Functions | |
void CamExport | initCam () |
PyDoc_STRVAR (module_part_doc,"This module is the playground for the CAM stuff.") | |
Variables | |
struct PyMethodDef | Cam_methods [] |
void CamExport initCam | ( | ) |
Definition at line 40 of file AppCam.cpp.
References Cam_methods, Base::Console(), Base::Interpreter(), and Base::Exception::what().
PyDoc_STRVAR | ( | module_part_doc | , | |
"This module is the playground for the CAM stuff." | ||||
) |
struct PyMethodDef Cam_methods[] |
Definition at line 4226 of file AppCamPy.cpp.
Referenced by initCam().