PLplot
5.10.0
|
Go to the source code of this file.
Defines | |
#define | NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
#define | TRY(E) if ( !( E ) ) return NULL |
Functions | |
void | initplplot_widget (void) |
Variables | |
static PyMethodDef | plplot_widget_methods [] |
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Definition at line 3 of file plplot_widgetmodule.c.
#define TRY | ( | E | ) | if ( !( E ) ) return NULL |
Definition at line 16 of file plplot_widgetmodule.c.
PLDLLIMPEXP_PLPLOT_WIDGETMODULE void initplplot_widget | ( | void | ) |
Definition at line 69 of file plplot_widgetmodule.c.
PyMethodDef plplot_widget_methods[] [static] |
{ { NULL, NULL, 0, NULL } }
Definition at line 61 of file plplot_widgetmodule.c.