(
url_map: Map,
path: str | None = None,
**kwargs: Any,
)
| 29 | raise ImportError("route() requires werkzeug") |
| 30 | |
| 31 | def unix_route( |
| 32 | url_map: Map, |
| 33 | path: str | None = None, |
| 34 | **kwargs: Any, |
| 35 | ) -> Server: |
| 36 | raise ImportError("unix_route() requires werkzeug") |
| 37 | |
| 38 | else: |
| 39 |
searching dependent graphs…