#include "config.h"
#include "interpreter_hooks.h"


Go to the source code of this file.
Functions | |
Define Interpreter Hooks for Python | |
| PyObject * | export_entity (Entity *e) |
| Make an Entity available to the interpreter. | |
This is the only version of the simulator at present, but we still would like to keep the actual interpreter somewhat modifiable. The python headers must be included before this, since PyObject is a typedef, and consequently can't be forward-declared.
Definition in file simlpy.h.
1.5.4