Raised when a TempDirectory is created after the atexit hook runs.
| 33 | |
| 34 | |
| 35 | class DirectoryCreatedPastAtExit(Exception): |
| 36 | """Raised when a TempDirectory is created after the atexit hook runs.""" |
| 37 | |
| 38 | |
| 39 | class TempDirectory: |
no outgoing calls
no test coverage detected
searching dependent graphs…