Wrapper for connection cleanup
(self)
| 1230 | |
| 1231 | |
| 1232 | def unbind(self): |
| 1233 | """Wrapper for connection cleanup""" |
| 1234 | pass |
| 1235 | |
| 1236 | def _parse_binary_sid(self, sid_bytes): |
| 1237 | """Parse binary SID to string format""" |
no outgoing calls
no test coverage detected