Python API documentation updates: a description of class hierarchy
was added to the docstrings of most Python extension types.
This commit is contained in:
@@ -34,6 +34,8 @@ int UnaryFunction0DUnsigned_Init( PyObject *module ) {
|
||||
//------------------------INSTANCE METHODS ----------------------------------
|
||||
|
||||
static char UnaryFunction0DUnsigned___doc__[] =
|
||||
"Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DUnsigned`\n"
|
||||
"\n"
|
||||
"Base class for unary functions (functors) that work on\n"
|
||||
":class:`Interface0DIterator` and return an int value.\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user