Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | url
saga::url type
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 16
|
|
|||
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 |
|||
Inherited from |
|
__cmp__( (url)arg1, (url)arg2) -> bool : compares two saga::url instances C++ signature : bool __cmp__(saga::url,saga::url) |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (str)arg2) -> None : C++ signature : void __init__(_object*,std::string)
|
helper for pickle
|
__str__( (url)arg1) -> str : returns the string representation of this instance C++ signature : std::string __str__(saga::url {lvalue})
|
clone( (url)arg1) -> object : returns a new (deep) copy of the saga::url instance C++ signature : saga::object clone(saga::url {lvalue}) |
get_string( (url)arg1) -> str : returns the string representation of this instance C++ signature : std::string get_string(saga::url {lvalue}) |
translate( (url)arg1, (str)arg2) -> url : translates the given string into a different url C++ signature : saga::url translate(saga::url {lvalue},std::string) |
|
authorityreturns the authority contained in this saga::url instance
|
fragmentreturns or modifies the fragment contained in this saga::url instance
|
hostreturns or modifies the host contained in this saga::url instance
|
passwordreturns or modifies the password contained in this saga::url instance
|
pathreturns or modifies the path contained in this saga::url instance
|
portreturns or modifies the port number contained in this saga::url instance
|
queryreturns or modifies the query contained in this saga::url instance
|
schemereturns or modifies the scheme contained in this saga::url instance
|
urlreturns or modifies the string representation of the full saga::url held by this instance
|
userinforeturns or modifies the userinfo contained in this saga::url instance
|
usernamereturns or modifies the username contained in this saga::url instance
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 25 14:54:02 2008 | http://epydoc.sourceforge.net |