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

Public Member Functions

def __init__ (self, 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

Definition at line 71 of file httpdomain.py.

Constructor & Destructor Documentation

◆ __init__()

def httpdomain.httpdomain.EventSourceRef.__init__ (   self,
  section 
)

Definition at line 73 of file httpdomain.py.

73  def __init__(self, section):
74  url = 'http://www.w3.org/TR/eventsource/'
75  super(EventSourceRef, self).__init__(url, section, '')
76 
77 

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