class documentation

class RfcEntry:

Constructor: RfcEntry(rfc_element)

View In Hierarchy

An RFC entry in the rfc-index.xml file. No attempt is made to normalise the data included here.

Method __init__ Undocumented
Method __str__ Undocumented
Method charset Most RFCs are UTF-8, or it's ASCII subset. A few are not. Return an appropriate encoding for the text of this RFC.
Method content_url Undocumented
Method date Undocumented
Class Variable curr_status Undocumented
Class Variable doi Undocumented
Class Variable month Undocumented
Class Variable page_count Undocumented
Class Variable publ_status Undocumented
Class Variable stream Undocumented
Class Variable title Undocumented
Class Variable year Undocumented
Instance Variable abstract Undocumented
Instance Variable area Undocumented
Instance Variable authors Undocumented
Instance Variable day Undocumented
Instance Variable doc_id Undocumented
Instance Variable draft Undocumented
Instance Variable errata_url Undocumented
Instance Variable formats Undocumented
Instance Variable is_also Undocumented
Instance Variable keywords Undocumented
Instance Variable obsoleted_by Undocumented
Instance Variable obsoletes Undocumented
Instance Variable see_also Undocumented
Instance Variable updated_by Undocumented
Instance Variable updates Undocumented
Instance Variable wg Undocumented
def __init__(self, rfc_element: ET.Element):

Undocumented

def __str__(self) -> str:

Undocumented

def charset(self) -> str:

Most RFCs are UTF-8, or it's ASCII subset. A few are not. Return an appropriate encoding for the text of this RFC.

def content_url(self, required_format: str) -> Optional[str]:

Undocumented

def date(self) -> datetime:

Undocumented

curr_status: str =

Undocumented

doi: str =

Undocumented

month: str =

Undocumented

page_count: int =

Undocumented

publ_status: str =

Undocumented

stream: str =

Undocumented

title: str =

Undocumented

year: int =

Undocumented

abstract: Optional[ET.Element] =

Undocumented

area: Optional[str] =

Undocumented

authors: List[str] =

Undocumented

day: Optional[int] =

Undocumented

doc_id: DocID =

Undocumented

draft: Optional[str] =

Undocumented

errata_url: Optional[str] =

Undocumented

formats: List[str] =

Undocumented

is_also: List[DocID] =

Undocumented

keywords: List[str] =

Undocumented

obsoleted_by: List[DocID] =

Undocumented

obsoletes: List[DocID] =

Undocumented

see_also: List[DocID] =

Undocumented

updated_by: List[DocID] =

Undocumented

updates: List[DocID] =

Undocumented

wg: Optional[str] =

Undocumented