class documentation

class BcpEntry:

Constructor: BcpEntry(bcp_element)

View In Hierarchy

A BCP entry in the rfc-index.xml file.

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

Undocumented

def __str__(self) -> str:

Undocumented

doc_id: DocID =

Undocumented

is_also: List[DocID] =

Undocumented