ngdb.link
Provides a class that links some text to an offset in a guide.
Link
Bases: NamedTuple
A link within a Norton Guide, comprising of some text and an offset.
has_offset
property
has_offset
Does this link have an associated offset into the guide?
offset
instance-attribute
offset
The offset of the link.
text
instance-attribute
text
The text of the link.
__bool__
__bool__()
__int__
__int__()
__str__
__str__()