#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include "InspectionFeature.h"
Go to the source code of this file.
Functions | |
void InspectionExport | initInspection () |
PyDoc_STRVAR (module_Inspection_doc,"This module is the Inspection module.") | |
Variables | |
struct PyMethodDef | Inspection_methods [] |
void InspectionExport initInspection | ( | ) |
Definition at line 42 of file AppInspection.cpp.
References Base::Console(), Inspection::Group::init(), Inspection::Feature::init(), and Inspection_methods.
PyDoc_STRVAR | ( | module_Inspection_doc | , | |
"This module is the Inspection module." | ||||
) |
struct PyMethodDef Inspection_methods[] |
Definition at line 36 of file AppInspectionPy.cpp.
Referenced by initInspection().