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

Method release

library/python/filelock/__init__.py:118–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 return self._lock.acquire(blocking)
117
118 def release(self):
119 logger.debug('Ensuring %s released: %s', type(self).__name__, self.path)
120 return self._lock.release()
121
122
123_LockInfo = collections.namedtuple('LockInfo', ['pid', 'time'])

Callers 2

_capture_port_no_lockMethod · 0.95
lockFunction · 0.95

Calls 2

typeClass · 0.50
debugMethod · 0.45

Tested by 1

lockFunction · 0.76