Python API documentation updates: a description of class hierarchy

was added to the docstrings of most Python extension types.
This commit is contained in:
2010-08-12 12:17:47 +00:00
parent dd75ec4907
commit f510faed6c
133 changed files with 266 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ extern "C" {
//------------------------INSTANCE METHODS ----------------------------------
static char ContourUP1D___doc__[] =
"Class hierarchy: :class:`UnaryPredicate1D` > :class:`ContourUP1D`\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Returns true if the Interface1D is a contour. An Interface1D is a\n"