Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module linker :: Class Linker |
|
object
--+
|
Linker
Method Summary | |
---|---|
__init__(self)
| |
Add a link map. | |
Add a link map from a file. | |
( or (None,
None)
|
Find item by its id. |
_index_class_by_name(self,
filename)
| |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
list of {LinkerError} |
errors : Errors encountered, this includes errors of subordinate link maps. |
Method Details |
---|
add_index(self, lmap)Add a link map.
|
add_index_file(self, filename, pkgname=None)Add a link map from a file. The map type is determined automatically. If the map failsLinkMap.check_name sanity check, it is
ignored.
|
get(self, xmlid)Find item by its id. Maps are searched sequentially, in the order they were added. |
Instance Variable Details |
---|
errorsErrors encountered, this includes errors of subordinate link maps.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |