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

Definition at line 71 of file httpdomain.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Reimplemented from httpdomain.httpdomain.DocRef.

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

References httpdomain.httpdomain.EventSourceRef.__init__().

Referenced by httpdomain.httpdomain.EventSourceRef.__init__().

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

◆ __init__() [2/2]

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

Reimplemented from httpdomain.httpdomain.DocRef.

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

References httpdomain.httpdomain.EventSourceRef.__init__().

Here is the call graph for this function:

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