pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
from_conversion_wrapper
pyd
make_object
Undocumented in source.
class
from_conversion_wrapper (
dg_t
) {
alias
Intermediate
=
ParameterTypeTuple
!(
dg_t
)[
0
]
;
alias
T
=
ReturnType
!(
dg_t
)
;
dg_t
dg
;
this
(dg_t fn);
T
opCall
(PyObject* o);
}
Constructors
this
this
(dg_t fn)
Undocumented in source.
Members
Aliases
Intermediate
alias
Intermediate
=
ParameterTypeTuple
!(
dg_t
)[
0
]
Undocumented in source.
T
alias
T
=
ReturnType
!(
dg_t
)
Undocumented in source.
Functions
opCall
T
opCall
(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dg
dg_t
dg
;
Undocumented in source.
Meta
Source
See Implementation
pyd
make_object
aliases
datetime_datetime
numpy_datetime64
python_to_d_Object
classes
PydConversionException
from_conversion_wrapper
to_conversion_wrapper
functions
PyTuple_FromItems
could_not_convert
d_aarray_to_python
d_array_to_python
d_bigint_to_python
d_string_to_python
d_to_python
d_to_python_array_array
d_to_python_bytes
d_to_python_try_extends
d_tuple_to_python
ex_d_to_python
ex_python_to_d
init_rangewrapper
isNumpyBool
isNumpyComplexNumber
isNumpyFloat
isNumpyInteger
isNumpyNumber
isPyNumber
is_numpy_datetime64
match_format_type
py
python_array_array_to_d
python_buffer_to_d
python_iter_to_d
python_to_aarray
python_to_d
python_to_d_bigint
python_to_d_complex
python_to_d_numpy_datetime64
python_to_d_string
python_to_d_try_extends
python_to_d_tuple
to_python_int
type_name
wrap_range
properties
array_array_Type
structs
RangeWrapper
arraydescr
arrayobject
templates
IsStaticArrayPointer
MatrixInfo
SimpleFormatType
from_converter_registry
get_type
to_converter_registry
variables
rangeWrapperInited