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

Method run_in_executor

src/filelock/asyncio.py:229–231  ·  view source on GitHub ↗

Whether run in executor.

(self)

Source from the content-addressed store, hash-verified

227
228 @property
229 def run_in_executor(self) -> bool:
230 """Whether run in executor."""
231 return self._context.run_in_executor
232
233 @property
234 def executor(self) -> futures.Executor | None:

Callers 3

_submitMethod · 0.80
_submitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected