MCPcopy Create free account
hub / github.com/tox-dev/filelock / executor

Method executor

src/filelock/asyncio.py:188–190  ·  view source on GitHub ↗

The executor.

(self)

Source from the content-addressed store, hash-verified

186
187 @property
188 def executor(self) -> futures.Executor | None:
189 """The executor."""
190 return self._context.executor
191
192 @executor.setter
193 def executor(self, value: futures.Executor | None) -> None: # pragma: no cover

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected