()
| 868 | print_environ(environ) |
| 869 | print_environ_usage() |
| 870 | def f(): |
| 871 | exec("testing print_exception() -- <I>italics?</I>") |
| 872 | def g(f=f): |
| 873 | f() |
| 874 | print("<H3>What follows is a test, not an actual exception:</H3>") |
no outgoing calls
no test coverage detected