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

Method loop

src/filelock/_soft_rw/_async.py:100–102  ·  view source on GitHub ↗

The event loop used for ``run_in_executor``, or ``None`` for the running loop.

(self)

Source from the content-addressed store, hash-verified

98
99 @property
100 def loop(self) -> asyncio.AbstractEventLoop | None:
101 """The event loop used for ``run_in_executor``, or ``None`` for the running loop."""
102 return self._loop
103
104 @property
105 def executor(self) -> futures.Executor | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected