GATE
pythonscripts.h File Reference

Python script bindings. More...

Classes

struct  gate_python_struct_t
 
struct  gate_python_class
 

Typedefs

typedef gate_python_struct_t PyObject
 
typedef gate_python_struct_t PyThreadState
 
typedef gate_python_struct_t PyStructSequence_Desc
 
typedef gate_python_struct_t PyTypeObject
 
typedef gate_python_struct_t PyInterpreterState
 
typedef int PyGILState_STATE
 
typedef ptrdiff_t Py_ssize_t
 
typedef wchar_t Py_UNICODE
 
typedef int(* Py_tracefunc) (PyObject *, struct _frame *, int, PyObject *)
 
typedef struct gate_python_class gate_python_t
 

Functions

gate_result_t gate_python_init (gate_python_t *python)
 

Detailed Description

Python script bindings.