Class t.p.u.URLPath:

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

No class docstring
Method __init__ Undocumented
Method pathList Undocumented
Method fromString Undocumented
Method fromRequest Undocumented
Method _pathMod 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
Method __str__ Undocumented
Method __repr__ Undocumented
def __init__(self, scheme='', netloc='localhost', path='', query='', fragment=''): (source)
Undocumented
def pathList(self, unquote=0, copy=1): (source)
Undocumented
def fromString(klass, st): (source)
Undocumented
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.