RoutesComponent
Makes the Controller act like a ModuleComponent
The RoutesComponent class is accessible via the
pylons.myghtyroutes
module.
The RoutesComponent holds a reference to the Controller object,
and instantiates/calls it during the request cycle. The environ
dict is also setup here.
Attributes
the actual filename of the component, if one exists
relative full path of the component
<property object at 0x1739eb8>
unique identifier for this component
relative directory name of the component
<property object at 0x1739d50>
unique identifier for the ComponentSource of this component
<property object at 0x17399e0>
Methods
f
__init__(self, interp, component_source, owner=None, do_init=True)
...
See
the source
for more information.