()
| 58 | |
| 59 | def _setup(self): |
| 60 | def makemap(): |
| 61 | m = self._merged_args().get('map', {}) |
| 62 | cherrypy.request.numerify_map = list(m.items()) |
| 63 | cherrypy.request.hooks.attach('on_start_resource', makemap) |
| 64 | |
| 65 | def critical(): |
nothing calls this directly
no test coverage detected