saga.url = class url(Boost.Python.instance)
    saga::url type
 
 
Method resolution order:
url
Boost.Python.instance
__builtin__.object

Methods defined here:
__cmp__(...)
compares two saga::url instances
C++ signature:
    __cmp__(saga::url, saga::url) -> bool
__init__(...)
C++ signature:
    __init__(_object*) -> void*
C++ signature:
    __init__(_object*, std::string) -> void*
__str__(...)
returns the string representation of this instance
C++ signature:
    __str__(saga::url {lvalue}) -> std::string
clone(...)
returns a new (deep) copy of the saga::url instance
C++ signature:
    clone(saga::url {lvalue}) -> saga::object
translate(...)
translates the given string into a different url
C++ signature:
    translate(saga::url {lvalue}, std::string) -> saga::url

Data descriptors defined here:
authority
returns the authority contained in this saga::url instance
fragment
returns or modifies the fragment contained in this saga::url instance
host
returns or modifies the host contained in this saga::url instance
password
returns or modifies the password contained in this saga::url instance
path
returns or modifies the path contained in this saga::url instance
port
returns or modifies the port number contained in this saga::url instance
query
returns or modifies the query contained in this saga::url instance
scheme
returns or modifies the scheme contained in this saga::url instance
url
returns or modifies the string representation of the full saga::url held by this instance
userinfo
returns or modifies the userinfo contained in this saga::url instance
username
returns or modifies the username contained in this saga::url instance

Data and other attributes defined here:
__instance_size__ = 16

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__

Data and other attributes inherited from Boost.Python.instance:
__new__ = <built-in method __new__ of Boost.Python.class object at 0x194a2c0>
T.__new__(S, ...) -> a new object with type S, a subtype of T