Wrap a class.
Wraps a member function of the class.
Wraps the constructors of the class.
Wrap an operator assignment overload.
wrap opCall. The parameter types of opCall must be specified.
Wrap opCmp.
Wrap opIndex, opIndexAssign.
Wrap opSlice.
Wrap opSliceAssign.
Wrap a unary operator overload.
Wraps a property of the class.
Wraps a method as the class's ___repr__ in Python.
Wraps a static member function of the class. Similar to pyd.def.def
Wraps Foo.length or another function as python's ___len__ function.
Wrap a binary operator overload.
Contains utilities for wrapping D classes.