deimos.python.cStringIO

Mirror cStringIO.h

This header provides access to cStringIO objects from C. Functions are provided for calling cStringIO objects and macros are provided for testing whether you have cStringIO objects.

Before calling any of the functions or macros, you must initialize the routines with:

PycString_IMPORT()

This would typically be done in your init function.

Note cStringIO.h goes away in python 3

Members

Functions

PycStringIO_InputCheck
int PycStringIO_InputCheck(PyObject* o)

Availability: 2.*

PycStringIO_OutputCheck
int PycStringIO_OutputCheck(PyObject* o)

Availability: 2.*

PycString_IMPORT
PycStringIO_CAPI* PycString_IMPORT()

Availability: 2.*

Structs

PycStringIO_CAPI
struct PycStringIO_CAPI

Basic functions to manipulate cStringIO objects from C */ /// Availability: 2.

Variables

PycStringIO
PycStringIO_CAPI* PycStringIO;

Availability: 2.*

Meta