pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
deimos.python.memoryobject
deimos
python
Mirror memoryobject.h
Members
Functions
PyMemoryView_Check
int
PyMemoryView_Check
(PyObject* op)
Availability: >= 2.7
PyMemoryView_FromBuffer
PyObject
*
PyMemoryView_FromBuffer
(Py_buffer* info)
Availability: >= 2.7
PyMemoryView_FromObject
PyObject
*
PyMemoryView_FromObject
(PyObject* base)
Availability: >= 2.7
PyMemoryView_GET_BASE
auto
PyMemoryView_GET_BASE
(PyObject* op)
Availability: >= 2.7
PyMemoryView_GET_BUFFER
auto
PyMemoryView_GET_BUFFER
(PyObject* op)
Availability: >= 2.7
PyMemoryView_GetContiguous
PyObject
*
PyMemoryView_GetContiguous
(PyObject* base, int buffertype, char fort)
Availability: >= 2.7
Structs
PyMemoryViewObject
struct
PyMemoryViewObject
subclass of PyObject Availability: >= 2.7
Meta
Source
See Source File
deimos
python
modules
Python
abstract_
ast
boolobject
bufferobject
bytearrayobject
bytesobject
cStringIO
cellobject
ceval
classobject
cobject
code
codecs
compile
complexobject
datetime
descrobject
dictobject
enumobject
errcode
eval
fileobject
floatobject
frameobject
funcobject
genobject
grammar
import_
intobject
intrcheck
iterobject
listobject
longintrepr
longobject
marshal
memoryobject
methodobject
modsupport
moduleobject
node
object
objimpl
odictobject
osmodule
parsetok
pgenheaders
pyarena
pyatomic
pycapsule
pydebug
pyerrors
pymem
pyport
pystate
pystrcmp
pystrtod
pythonrun
pythread
rangeobject
setobject
sliceobject
stringobject
structmember
structseq
symtable
sysmodule
timefuncs
traceback
tupleobject
unicodeobject
warnings
weakrefobject
Mirror memoryobject.h