Module resolvers
This module converts requested URLs to callback view functions.
URLResolver is the main class here. Its resolve() method takes a URL (as
a string) and returns a ResolverMatch object which provides access to all
attributes of the resolved URL match.
source linkClasses
Functions
▶ def get_ns_resolver(ns_pattern, resolver, converters) @functools.lru_cache(maxsize=None) @functools.lru_cache(maxsize=None)
def get_ns_resolver(
ns_pattern,
resolver,
converters,
)
Reexports