Go to the documentation of this file.
22 #define PycStringIO_CAPSULE_NAME "cStringIO.cStringIO_CAPI"
24 #define PycString_IMPORT \
25 PycStringIO = ((struct PycStringIO_CAPI*)PyCapsule_Import(\
26 PycStringIO_CAPSULE_NAME, 0))
65 #define PycStringIO_InputCheck(O) \
66 (Py_TYPE(O)==PycStringIO->InputType)
67 #define PycStringIO_OutputCheck(O) \
68 (Py_TYPE(O)==PycStringIO->OutputType)
Copyright 2014 Google Inc. All rights reserved.