RAVE
|
Python version of the rave properties. More...
#include "pyravecompat.h"
#include "pyraveapi.h"
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pyrave_debug.h"
#include "rave_properties.h"
#include "pyraveproperties.h"
#include "pyodimsources.h"
#include "pyravevalue.h"
#include "rave_alloc.h"
Macros | |
#define | PYRAVEPROPERTIES_MODULE |
#define | raiseException_gotoTag(tag, type, msg) |
Sets a python exception and goto tag. | |
#define | raiseException_returnNULL(type, msg) |
Sets a python exception and return NULL. | |
Functions | |
PYRAVE_DEBUG_MODULE ("_raveproperties") | |
Debug this module. | |
PyDoc_STRVAR (_pyraveproperties_type_doc, "Property handling") | |
PyDoc_STRVAR (_pyraveproperties_module_doc, "This class provides functionality for managing properties.\n") | |
MOD_INIT (_raveproperties) | |
Variables | |
PyTypeObject | PyRaveProperties_Type |
Python version of the rave properties.
#define raiseException_gotoTag | ( | tag, | |
type, | |||
msg ) |
Sets a python exception and goto tag.
#define raiseException_returnNULL | ( | type, | |
msg ) |
Sets a python exception and return NULL.
PYRAVE_DEBUG_MODULE | ( | "_raveproperties" | ) |
Debug this module.