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

Method loop

src/filelock/_async_read_write.py:91–93  ·  view source on GitHub ↗

The event loop (or ``None`` for the running loop).

(self)

Source from the content-addressed store, hash-verified

89
90 @property
91 def loop(self) -> asyncio.AbstractEventLoop | None:
92 """The event loop (or ``None`` for the running loop)."""
93 return self._loop
94
95 @property
96 def executor(self) -> futures.Executor:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected