Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | url
saga::url type
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 32
|
Properties | |
authority returns or modifies 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 |
Method Details |
__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 (plain) C++ signature : saga::url translate(saga::url,std::string) translate( (url)arg1, (routine_type)arg2, (str)arg3) -> task : translates the given string into a different url (task based) C++ signature : saga::task translate(saga::url,saga::python::routine_type,std::string) translate( (url)arg1, (session)arg2, (str)arg3) -> url : translates the given string into a different url, using the given session (plain) C++ signature : saga::url translate(saga::url,saga::session,std::string) translate( (url)arg1, (routine_type)arg2, (session)arg3, (str)arg4) -> task : translates the given string into a different url, using the given session (task based) C++ signature : saga::task translate(saga::url,saga::python::routine_type,saga::session,std::string) |
Property Details |
authorityreturns or modifies 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 Thu Oct 13 23:44:31 2011 | http://epydoc.sourceforge.net |