Public Member Functions | |
def | __init__ (self, base_url, anchor, section) |
def | __repr__ (self) |
def | __init__ (self, base_url, anchor, section) |
def | __repr__ (self) |
Data Fields | |
base_url | |
anchor | |
section | |
Represents a reference to an abstract specification.
Definition at line 39 of file httpdomain.py.
def httpdomain.httpdomain.DocRef.__init__ | ( | self, | |
base_url, | |||
anchor, | |||
section | |||
) |
Reimplemented in httpdomain.httpdomain.CORSRef, httpdomain.httpdomain.CORSRef, httpdomain.httpdomain.IETFRef, httpdomain.httpdomain.IETFRef, httpdomain.httpdomain.RFC2616Ref, httpdomain.httpdomain.EventSourceRef, httpdomain.httpdomain.RFC2616Ref, and httpdomain.httpdomain.EventSourceRef.
Definition at line 42 of file httpdomain.py.
def httpdomain.httpdomain.DocRef.__init__ | ( | self, | |
base_url, | |||
anchor, | |||
section | |||
) |
Reimplemented in httpdomain.httpdomain.CORSRef, httpdomain.httpdomain.CORSRef, httpdomain.httpdomain.IETFRef, httpdomain.httpdomain.IETFRef, httpdomain.httpdomain.RFC2616Ref, httpdomain.httpdomain.EventSourceRef, httpdomain.httpdomain.RFC2616Ref, and httpdomain.httpdomain.EventSourceRef.
Definition at line 42 of file httpdomain.py.
References httpdomain.httpdomain.DocRef.anchor, httpdomain.httpdomain.DocRef.base_url, httpdomain.httpdomain.DocRef.section, GNUNET_CONFIGURATION_ConfigSettings.section, GNUNET_DATACACHE_PluginEnvironment.section, and GNUNET_DATACACHE_Handle.section.
def httpdomain.httpdomain.DocRef.__repr__ | ( | self | ) |
Returns the URL onto related specification section for the related object.
Definition at line 47 of file httpdomain.py.
References httpdomain.httpdomain.DocRef.anchor, httpdomain.httpdomain.DocRef.base_url, httpdomain.httpdomain.DocRef.section, GNUNET_CONFIGURATION_ConfigSettings.section, GNUNET_DATACACHE_PluginEnvironment.section, and GNUNET_DATACACHE_Handle.section.
def httpdomain.httpdomain.DocRef.__repr__ | ( | self | ) |
Returns the URL onto related specification section for the related object.
Definition at line 47 of file httpdomain.py.
References httpdomain.httpdomain.DocRef.anchor, httpdomain.httpdomain.DocRef.base_url, httpdomain.httpdomain.DocRef.section, GNUNET_CONFIGURATION_ConfigSettings.section, GNUNET_DATACACHE_PluginEnvironment.section, and GNUNET_DATACACHE_Handle.section.
httpdomain.httpdomain.DocRef.base_url |
Definition at line 43 of file httpdomain.py.
Referenced by httpdomain.httpdomain.DocRef.__init__(), and httpdomain.httpdomain.DocRef.__repr__().
httpdomain.httpdomain.DocRef.anchor |
Definition at line 44 of file httpdomain.py.
Referenced by httpdomain.httpdomain.DocRef.__init__(), and httpdomain.httpdomain.DocRef.__repr__().
httpdomain.httpdomain.DocRef.section |
Definition at line 45 of file httpdomain.py.
Referenced by httpdomain.httpdomain.DocRef.__init__(), and httpdomain.httpdomain.DocRef.__repr__().