Wraps a static member function of the class. Similar to pyd.def.def
Supports default arguments, typesafe variadic arguments, and python's keyword arguments.
The member function to wrap.
Optional parameters. Takes Docstring!(docstring), PyName!(pyname), and fn_t
See Implementation
Wraps a static member function of the class. Similar to pyd.def.def
Supports default arguments, typesafe variadic arguments, and python's keyword arguments.