(self, msg=None)
| 1115 | self.__class__.__name__) |
| 1116 | |
| 1117 | def _checkClosed(self, msg=None): |
| 1118 | # raise an exception here if you wish to check for spurious closes |
| 1119 | pass |
| 1120 | |
| 1121 | def _check_connected(self): |
| 1122 | if not self._connected: |
no outgoing calls
no test coverage detected