Home | Trees | Indices | Help |
|
---|
|
|
|||
Inherited from |
|
|||
|
|||
str
|
|
||
Inherited from |
|||
Content loading | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|
|||
Inherited from |
|
|||
_exact_matches A map from an object fully qualified name to its URL. |
|||
_partial_names A map from partial names to the fully qualified names they may refer. |
|||
prefix Prefix portion for the URL's returned by get\_url(). |
|||
_filename Not very important: only for logging. |
|
Look for a name and return the matching URL documentation. First look for a fully qualified name. If not found, try with partial name. If no url exists for the given object, return
|
Read the content of an index file. Populate the internal maps with the file content using load\_records().
|
|
|
_exact_matchesA map from an object fully qualified name to its URL. Values are both the name as tuple of fragments and as read from the records (see load\_records()), mostly to help \_partial\_names to perform lookup for unambiguous names. |
_partial_namesA map from partial names to the fully qualified names they may refer. The keys are the possible left sub-tuples of fully qualified names, the values are list of strings as provided by the index. If the list for a given tuple contains a single item, the partial match is not ambuguous. In this case the string can be looked up in \_exact\_matches. If the name fragment is ambiguous, a warning may be issued to the user. The items can be used to provide an informative message to the user, to help him qualifying the name in a unambiguous manner. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 13 23:51:55 2008 | http://epydoc.sourceforge.net |