(self, exc_type, exc_value, traceback)
| 182 | return None |
| 183 | |
| 184 | def __exit__(self, exc_type, exc_value, traceback): |
| 185 | if self.is_unc_path: |
| 186 | os.chdir(self.path) |
| 187 | |
| 188 | |
| 189 | class Win32ShellCommandController(object): |
nothing calls this directly
no outgoing calls
no test coverage detected