GNUnet 0.21.1
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)
 
def __init__ (self, rfc, section)
 
- Public Member Functions inherited from httpdomain.httpdomain.DocRef
def __init__ (self, base_url, anchor, section)
 
def __repr__ (self)
 
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__() [1/2]

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

Reimplemented from httpdomain.httpdomain.DocRef.

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

References httpdomain.httpdomain.IETFRef.__init__().

Referenced by httpdomain.httpdomain.IETFRef.__init__().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ __init__() [2/2]

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

Reimplemented from httpdomain.httpdomain.DocRef.

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

References httpdomain.httpdomain.IETFRef.__init__().

Here is the call graph for this function:

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