t.p.u.URLPath : class documentation

Part of twisted.python.urlpath View Source View In Hierarchy

No class docstring
Method __init__ Undocumented
Method pathList Undocumented
Class Method fromString Undocumented
Class Method fromRequest Undocumented
Method sibling Undocumented
Method child Undocumented
Method parent Undocumented
Method here Undocumented
Method click Return a path which is the URL where a browser would presumably take you if you clicked on a link with an HREF as given.
Method __str__ Undocumented
Method __repr__ Undocumented
Method _pathMod Undocumented
def __init__(self, scheme='', netloc='localhost', path='', query='', fragment=''): (source)
Undocumented
def pathList(self, unquote=0, copy=1): (source)
Undocumented
@classmethod
def fromString(klass, st): (source)
Undocumented
@classmethod
def fromRequest(klass, request): (source)
Undocumented
def _pathMod(self, newpathsegs, keepQuery): (source)
Undocumented
def sibling(self, path, keepQuery=0): (source)
Undocumented
def child(self, path, keepQuery=0): (source)
Undocumented
def parent(self, keepQuery=0): (source)
Undocumented
def here(self, keepQuery=0): (source)
Undocumented
def click(self, st): (source)
Return a path which is the URL where a browser would presumably take you if you clicked on a link with an HREF as given.
def __str__(self): (source)
Undocumented
def __repr__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.