class documentation

class StdEntry:

Constructor: StdEntry(std_element)

View In Hierarchy

An STD entry in the rfc-index.xml file.

Method __init__ Undocumented
Method __str__ Undocumented
Class Variable title Undocumented
Instance Variable doc_id Undocumented
Instance Variable is_also Undocumented
def __init__(self, std_element: ET.Element):

Undocumented

def __str__(self) -> str:

Undocumented

title: str =

Undocumented

doc_id: DocID =

Undocumented

is_also: List[DocID] =

Undocumented