Method | __init__ |
|
Method | error |
Undocumented |
Method | getLink |
Return link for `name` or None if no link is found. |
Method | update |
Update inventory from URL. |
Method | _getPayload |
Parse inventory and return clear text payload without comments. |
Method | _parseInventory |
Parse clear text payload and return a dict with module to link mapping. |
Instance Variable | _links |
Undocumented |
Instance Variable | _logger |
Undocumented |
Parameters | |
logger:Callable[ | Undocumented |
project_name:Optional[ | Dummy argument to stay compatible with twisted.python._pydoctor . |
Parameters | |
name:str | Undocumented |
Returns | |
Optional[ | Undocumented |
Parameters | |
cache:CacheT | Undocumented |
url:str | Undocumented |
Parameters | |
base_url:str | Undocumented |
data:bytes | Undocumented |
Returns | |
str | Undocumented |