pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
python_buffer_to_d
pyd
make_object
Convert a Python new-style buffer to a D object.
Used by python_to_d.
version
(
Python_2_6_Or_Later
)
T
python_buffer_to_d
(
T
)
(
PyObject
*
o
)
if
(
isArray
!
T
||
IsStaticArrayPointer
!
T
)
Meta
Source
See Implementation
pyd
make_object
classes
PydConversionException
functions
PyTuple_FromItems
d_to_python
d_to_python_array_array
d_to_python_bytes
ex_d_to_python
ex_python_to_d
match_format_type
py
python_array_array_to_d
python_buffer_to_d
python_iter_to_d
python_to_d
wrap_range
structs
RangeWrapper
templates
IsStaticArrayPointer
MatrixInfo
SimpleFormatType
Convert a Python new-style buffer to a D object.
Used by python_to_d.