pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
d_to_python_bytes
pyd
make_object
Convert a D object to python bytes (str, in python 2).
PyObject
*
d_to_python_bytes
(
T
)
(
T
t
)
if
(
is
(
T
==
string
)
)
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 D object to python bytes (str, in python 2).