(self, msg=None)
| 1131 | self.__class__.__name__) |
| 1132 | |
| 1133 | def _checkClosed(self, msg=None): |
| 1134 | # raise an exception here if you wish to check for spurious closes |
| 1135 | pass |
| 1136 | |
| 1137 | def _check_connected(self): |
| 1138 | if not self._connected: |
no outgoing calls
no test coverage detected