A thread local version of the ``FileLockContext`` class.
| 1497 | |
| 1498 | |
| 1499 | class ThreadLocalFileContext(FileLockContext, local): |
| 1500 | """A thread local version of the ``FileLockContext`` class.""" |
| 1501 | |
| 1502 | |
| 1503 | @dataclass(frozen=True) |
nothing calls this directly
no outgoing calls
no test coverage detected