The member function to wrap.
Optional parameters. Takes Docstring!(docstring), PyName!(pyname), and fn_t
The type of the function. It is only useful to specify this if more than one function has the same name as this one. pyname: The name of the function as it will appear in Python. Defaults to fn's name in D. docstring: The function's docstring. Defaults to "".
Wraps a static member function of the class. Similar to pyd.def.def
Supports default arguments, typesafe variadic arguments, and python's keyword arguments.