()
| 1220 | |
| 1221 | @app.route("/large_tuple") |
| 1222 | def from_large_tuple(): |
| 1223 | return "Hello", 234, {"X-Foo": "Bar"}, "???" |
| 1224 | |
| 1225 | @app.route("/bad_type") |
| 1226 | def from_bad_type(): |
nothing calls this directly
no outgoing calls
no test coverage detected