pyd.extra

Various utilities operating on non-standard python objects.

Members

Aliases

numpy_ndarray_Type
alias numpy_ndarray_Type = get_type!("numpy", "ndarray")
Undocumented in source.

Functions

d_to_numpy_datetime64
PyObject* d_to_numpy_datetime64(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
d_to_python_numpy_ndarray
PyObject* d_to_python_numpy_ndarray(T t)

Convert a D array to numpy.ndarray.

Templates

NumpyFormatType
template NumpyFormatType(T)
Undocumented in source.

Meta