#include <Python.h>
#include <arrayobject.h>
#include "plplot.h"
#include "plplotP.h"
Go to the source code of this file.
Defines | |
#define | TRY(E) if ( !( E ) ) return NULL |
Functions | |
PLDLLIMPEXP_PLPLOT_WIDGETMODULE void | initplplot_widget (void) |
Variables | |
static PyMethodDef | plplot_widget_methods [] |
#define TRY | ( | E | ) | if ( !( E ) ) return NULL |
Definition at line 15 of file plplot_widgetmodule.c.
PLDLLIMPEXP_PLPLOT_WIDGETMODULE void initplplot_widget | ( | void | ) |
Definition at line 68 of file plplot_widgetmodule.c.
PyMethodDef plplot_widget_methods[] [static] |
{ { NULL, NULL, 0, NULL } }
Definition at line 60 of file plplot_widgetmodule.c.