(self, exc_type, exc_value, traceback)
| 67 | return None |
| 68 | |
| 69 | def __exit__(self, exc_type, exc_value, traceback): |
| 70 | if self.is_unc_path: |
| 71 | os.chdir(self.path) |
| 72 | |
| 73 | |
| 74 | def _find_cmd(cmd): |
nothing calls this directly
no outgoing calls
no test coverage detected