Home | Trees | Indices | Help |
---|
|
object --+ | Url
Simple URL parser/constructor, handles URLs of the form: <scheme>://<user>:<password>@<host>:<port>/<path> All components can be None if not specifeid in the URL string. The port can be specified as a service name, e.g. 'amqp' in the URL string but Url.port always gives the integer value. @ivar scheme: Url scheme e.g. 'amqp' or 'amqps' @ivar user: Username @ivar password: Password @ivar host: Host name, ipv6 literal or ipv4 dotted quad. @ivar port: Integer port. @ivar host_port: Returns host:port
Nested Classes | |
Port An integer port number that can be constructed from a service name string |
|
PartDescriptor |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
repr(x)
|
Fill in missing values (scheme, host or port) with defaults
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 22 22:09:57 2014 | http://epydoc.sourceforge.net |