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

Method executor

src/filelock/asyncio.py:234–236  ·  view source on GitHub ↗

The executor.

(self)

Source from the content-addressed store, hash-verified

232
233 @property
234 def executor(self) -> futures.Executor | None:
235 """The executor."""
236 return self._context.executor
237
238 @executor.setter
239 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