ex_python_to_d

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

void
ex_python_to_d
(
dg_t
)
(
dg_t dg
)

Parameters

dg dg_t

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

Meta