jivago.wsgi.routing.route_registration module

class jivago.wsgi.routing.route_registration.RouteRegistration(resource_class: Union[type, object], route_function: Callable, registered_path: List[str], http_method: jivago.wsgi.methods.HttpMethod)[source]

Bases: jivago.wsgi.routing.path_parameter_parser.PathParameterParser

parse_path_parameters(gotten_path: str) → dict[source]