GNUnet  0.20.0
httpdomain.httpdomain.IETFRef Class Reference
Inheritance diagram for httpdomain.httpdomain.IETFRef:
[legend]
Collaboration diagram for httpdomain.httpdomain.IETFRef:
[legend]

Public Member Functions

def __init__ (self, rfc, section)
 
- Public Member Functions inherited from httpdomain.httpdomain.DocRef
def __init__ (self, base_url, anchor, section)
 
def __repr__ (self)
 

Additional Inherited Members

- Data Fields inherited from httpdomain.httpdomain.DocRef
 base_url
 
 anchor
 
 section
 

Detailed Description

Represents a reference to the specific IETF RFC.

Definition at line 63 of file httpdomain.py.

Constructor & Destructor Documentation

◆ __init__()

def httpdomain.httpdomain.IETFRef.__init__ (   self,
  rfc,
  section 
)

Definition at line 66 of file httpdomain.py.

66  def __init__(self, rfc, section):
67  url = 'https://tools.ietf.org/html/rfc{0:d}'.format(rfc)
68  super(IETFRef, self).__init__(url, 'section-', section)
69 
70 

The documentation for this class was generated from the following file: