(self)
| 970 | return Session(config) |
| 971 | |
| 972 | def wait_for_disconnect(self): |
| 973 | self.timeline.wait_until_realized(timeline.Mark("disconnect"), freeze=True) |
| 974 | |
| 975 | def wait_for_exit(self): |
| 976 | if self.debuggee is not None: |
nothing calls this directly
no test coverage detected