Trees Indices Help
Python Standard Library
Module urlparse :: Class ParseResult
[]

type ParseResult

object --+ 
 | 
 tuple --+ 
 | 
 BaseResult --+
 |
 ParseResult

Instance Methods [hide private]
geturl(self)

Inherited from tuple : __add__ , __contains__ , __eq__ , __ge__ , __getattribute__ , __getitem__ , __getnewargs__ , __getslice__ , __gt__ , __hash__ , __iter__ , __le__ , __len__ , __lt__ , __mul__ , __ne__ , __repr__ , __rmul__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, scheme, netloc, path, params, query, fragment)
Properties [hide private]
params

Inherited from BaseResult : fragment , hostname , netloc , password , path , port , query , scheme , username

Method Details [hide private]

__new__(cls, scheme, netloc, path, params, query, fragment)
Static Method

Returns: a new object with type S, a subtype of T
Overrides: tuple.__new__
(inherited documentation)

AltStyle によって変換されたページ (->オリジナル) /