ex_d_to_python

Extend pyd's conversion mechanism. Will be used by d_to_python only if d_to_python cannot convert its argument by regular means.

void
ex_d_to_python
(
dg_t
)
(
dg_t dg
)

Parameters

dg dg_t

A callable which takes a D type and returns a PyObject*, or any type convertible by d_to_python.

Meta