MCPcopy
hub / github.com/pex-tool/pex / release

Method release

pex/fs/lock.py:42–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 return self._locked_fd
41
42 def release(self):
43 # type: () -> None
44 try:
45 self._unlock()
46 finally:
47 os.close(self._locked_fd)
48
49
50def acquire(

Callers 5

spawned_jobsFunction · 0.45
execute_parallelFunction · 0.45
lock_pex_project_dirFunction · 0.45
_lockFunction · 0.45
createMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected