MCPcopy Create free account
hub / github.com/catboost/catboost / _NixPidFileLock

Class _NixPidFileLock

library/python/filelock/__init__.py:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144
145class _NixPidFileLock(_NixFileLock, _PidLockMixin):
146 def acquire(self, blocking=True):
147 if super(_NixPidFileLock, self).acquire(blocking):
148 self._register_lock()
149 return True
150 return False
151
152
153class _WinPidFileLock(_WinFileLock, _PidLockMixin):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected