exception documentation

class LookupFailed(LookupError): (source)

View In Hierarchy

Encapsulate a link tag that is not actually a link because we count not resolve the name.

Used only if _EpydocLinker.strict is True.

Method __init__ Undocumented
Instance Variable link Undocumented
def __init__(self, *args, link): (source)

Undocumented

Parameters
*args:objectUndocumented
link:TagUndocumented

Undocumented