Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module docblock :: Class DocScanner |
|
object
--+
|
DocScanner
Documentation comment block scanner.
Attributes are only available afterscan
.
Method Summary | |
---|---|
__init__(self)
| |
Gather documentation from source code. | |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
dict of DocBlock |
documentation : Dictionary with all documentation, indexed by symbol names. |
list of DocBlockError |
errors : Errors encountered. |
str |
source : Documentation source (set from source passed to scan ). |
Method Details |
---|
scan(self, source)Gather documentation from source code.
|
Instance Variable Details |
---|
documentationDictionary with all documentation, indexed by symbol names.
|
errorsErrors encountered.
|
sourceDocumentation source (set fromsource passed to scan ).
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |