Orbits
1
|
Go to the source code of this file.
Macros | |
#define | PyBuffer_Check(op) (Py_TYPE(op) == &PyBuffer_Type) |
#define | Py_END_OF_BUFFER (-1) |
Functions | |
PyAPI_DATA (PyTypeObject) PyBuffer_Type | |
PyAPI_FUNC (PyObject *) PyBuffer_FromObject(PyObject *base | |
Variables | |
Py_ssize_t | offset |
Py_ssize_t Py_ssize_t | size |
#define Py_END_OF_BUFFER (-1) |
#define PyBuffer_Check | ( | op | ) | (Py_TYPE(op) == &PyBuffer_Type) |
PyAPI_DATA | ( | PyTypeObject | ) |
|
read |
Py_ssize_t offset |
Py_ssize_t size |
Copyright 2014 Google Inc. All rights reserved.