|
| PLUGIN_DEFINE (python, PLUGIN_SCRIPTING, NULL) |
|
| SCRIPT_DEFINE (python,".py") |
|
int | python_command_eval (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
int | python_command_run (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
int | python_command_load (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
int | python_command_unload (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
int | python_command_list (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
int | python_print_version (void *data, va_list ap) |
|
int | python_bind_free (script_t *scr, void *data, int type, void *priv_data,...) |
|
int | python_variable_changed (script_t *scr, script_var_t *scr_var, char *newval) |
|
int | python_watches (script_t *scr, script_watch_t *scr_wat, int type, int fd, long int watch) |
|
int | python_timers (script_t *scr, script_timer_t *time, int type) |
|
int | python_commands (script_t *scr, script_command_t *comm, char **params) |
|
int | python_query (script_t *scr, script_query_t *scr_que, void **args) |
|
int | python_exec (const char *command) |
|
int | python_run (const char *filename) |
|
PyObject * | python_get_func (PyObject *module, const char *name) |
|
script_t * | python_find_script (PyObject *module) |
|
char * | python_geterror (script_t *s) |
|
int | python_load (script_t *s) |
|
int | python_unload (script_t *s) |
|
int | python_initialize () |
|
int | python_finalize () |
|
static int | python_plugin_destroy () |
|
int | python_plugin_init (int prio) |
|