Module n.url

Part of nevow View Source

URL parsing, construction and rendering.
Line # Kind Name Docs
30 Class URL Represents a URL and provides a convenient API for modifying its parts.
331 Function normURLPath Normalise the URL path by resolving segments of '.' and ',,'.
355 Class URLOverlay No class docstring; 2/3 methods documented
391 Function createForwarder Undocumented
402 Function hereaccessor Undocumented
412 Function gethereaccessor Undocumented
421 Function viewhereaccessor Undocumented
440 Function rootaccessor Undocumented
454 Function URLSerializer Undocumented
483 Function URLOverlaySerializer Undocumented
502 Class URLGenerator Undocumented
529 Class URLRedirectAdapter Adapter for URL and URLOverlay instances that results in an HTTP
def normURLPath(path): (source)
Normalise the URL path by resolving segments of '.' and ',,'.
def createForwarder(cmd): (source)
Undocumented
def hereaccessor(context): (source)
Undocumented
def gethereaccessor(context): (source)
Undocumented
def viewhereaccessor(context): (source)
Undocumented
def rootaccessor(context): (source)
Undocumented
def URLSerializer(original, context): (source)
Undocumented
def URLOverlaySerializer(original, context): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.