Home | Trees | Index | Help |
|
---|
Package epydoc :: Module checker |
|
DocChecker
, which can be used to check the that
specified classes of objects are documented.
Classes | |
---|---|
DocChecker |
Documentation completeness checker. |
Function Summary | |
---|---|
boolean
|
Return true if str is the name of a public object. |
Variable Summary | |
---|---|
list |
_NO_BASIC = ['__hash__', '__repr__', '__str__', '__cmp__...
|
list |
_NO_DOCS = ['__hash__', '__repr__', '__str__', '__cmp__'...
|
list |
_NO_PARAM = ['__cmp__']
|
list |
_NO_RETURN = ['__init__', '__hash__', '__repr__', '__str...
|
Function Details |
---|
_is_private(str)
|
Variable Details |
---|
_NO_BASIC
|
_NO_DOCS
|
_NO_PARAM
|
_NO_RETURN
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 20 17:46:12 2004 | http://epydoc.sf.net |