Releases the lock and sets self._lock_file_fd to None.
(self)
| 204 | raise NotImplementedError() |
| 205 | |
| 206 | def _release(self): |
| 207 | """ |
| 208 | Releases the lock and sets self._lock_file_fd to None. |
| 209 | """ |
| 210 | raise NotImplementedError() |
| 211 | |
| 212 | # Platform independent methods |
| 213 | # -------------------------------------------- |