toCFunction

Converts from mirror.meta.reflection.FunctionSymbol to the template CFunction from python.boilerplate. The reason identifier defaults to an empty string is because otherwise it doesn't compile if a regular D function symbol is passed.

Members

Aliases

toCFunction
alias toCFunction = CFunction!(PythonFunction!(functionSymbol.symbol)._py_function_impl, id)
Undocumented in source.

Meta