class documentation

class IndexLink(object): (source)

View In Hierarchy

Class used to represent links between two pages
Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable source Path object for the source of the link
Instance Variable target Path object for the target of the link
def __init__(self, source, target): (source)

Undocumented

Parameters
source:PathUndocumented
target:PathUndocumented
def __repr__(self): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

source = (source)
Path object for the source of the link
target = (source)
Path object for the target of the link