#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Exception.h>
Go to the source code of this file.
Variables | |
struct PyMethodDef | Inspection_methods [] |
struct PyMethodDef Inspection_methods[] |
{ {NULL, NULL} }
Definition at line 36 of file AppInspectionPy.cpp.
Referenced by initInspection().