(self)
| 119 | web.ctx.fullpath = oldctx.fullpath |
| 120 | |
| 121 | def _cleanup(self): |
| 122 | # Threads can be recycled by WSGI servers. |
| 123 | # Clearing up all thread-local state to avoid interefereing with subsequent requests. |
| 124 | utils.ThreadedDict.clear_all() |
| 125 | |
| 126 | def init_mapping(self, mapping): |
| 127 | self.mapping = list(utils.group(mapping, 2)) |