(e=None)
| 897 | |
| 898 | @child.teardown_request |
| 899 | def child_teardown2(e=None): |
| 900 | assert flask.g.seen.pop() == "child_2" |
| 901 | |
| 902 | @child.context_processor |
| 903 | def child_ctx(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…