PycStringIO_CAPI

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

InputType
PyTypeObject* InputType;
Undocumented in source.
NewInput
PyObject* function(PyObject*) NewInput;
Undocumented in source.
NewOutput
PyObject* function(int) NewOutput;
Undocumented in source.
OutputType
PyTypeObject* OutputType;
Undocumented in source.
cgetvalue
PyObject* function(PyObject*) cgetvalue;
Undocumented in source.
cread
int function(PyObject*, char**, Py_ssize_t) cread;
Undocumented in source.
creadline
int function(PyObject*, char**) creadline;
Undocumented in source.
cwrite
int function(PyObject*, Char1*, Py_ssize_t) cwrite;
Undocumented in source.

Meta