#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include "CompleteConfiguration.h"
Go to the source code of this file.
Functions | |
void | initComplete () |
PyDoc_STRVAR (module_Complete_doc,"This module is the Complete module.") | |
Variables | |
struct PyMethodDef | Complete_methods [] |
void initComplete | ( | ) |
Definition at line 42 of file AppComplete.cpp.
References Complete_methods, Base::Console(), Base::Interpreter(), and Base::Exception::what().
PyDoc_STRVAR | ( | module_Complete_doc | , | |
"This module is the Complete module." | ||||
) |
struct PyMethodDef Complete_methods[] |
Definition at line 31 of file AppCompletePy.cpp.
Referenced by initComplete().