Warning
This documentation does not refer to the most recent version of Pylons. Current Documentation
The RoutesResolver class is accessible via the pylons.myghtyroutes module.
RoutesResolver subclasses ResolverRule and is used to implement Routes-based dispatching. The RoutesResolver currently is heavily bound to the Pylons run-time environment and is not usable outside of Pylons.
Initialize the RoutesResolver
Myghty Routes Resolver init
Called by Myghty to initialize the RoutesResolver. Also initializes the Pylons module globals.
See the source for more information.