class documentation

class Hyperlink(str): (source)

View In Hierarchy

A string like object that additionally has an associated name. We use this for hyperlinked URLs that may render as a named link in some contexts, or render as a plain URL in others.

Method __getnewargs__ Undocumented
Method __new__ Undocumented
Class Variable is_hyperlink Undocumented
Property name Undocumented
def __getnewargs__(self): (source)

Undocumented

def __new__(cls, url, obj): (source)

Undocumented

is_hyperlink: bool = (source)

Undocumented

Undocumented