Return dict with info for given path or None if route cannot process path.
(self, path)
| 374 | |
| 375 | @abc.abstractmethod |
| 376 | def match(self, path): |
| 377 | """Return dict with info for given path or |
| 378 | None if route cannot process path.""" |
| 379 | |
| 380 | _append_query = staticmethod(Resource._append_query) |
| 381 |
no outgoing calls