(exctype, excinst, exctb)
| 3011 | return next(_state[0]) |
| 3012 | |
| 3013 | def _exit_side_effect(exctype, excinst, exctb): |
| 3014 | handle.close() |
| 3015 | |
| 3016 | global file_spec |
| 3017 | if file_spec is None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…