Returns a mapping from routes to handlers offered by this plugin. Returns: A dictionary mapping from routes to handlers offered by this plugin.
(self)
| 105 | construction_callback(context) |
| 106 | |
| 107 | def get_plugin_apps(self): |
| 108 | """Returns a mapping from routes to handlers offered by this plugin. |
| 109 | |
| 110 | Returns: |
| 111 | A dictionary mapping from routes to handlers offered by this plugin. |
| 112 | """ |
| 113 | return self._routes_mapping |
| 114 | |
| 115 | def is_active(self): |
| 116 | """Returns whether this plugin is active. |