A thread local version of the ``FileLockContext`` class.
| 104 | |
| 105 | |
| 106 | class ThreadLocalFileContext(FileLockContext, local): |
| 107 | """A thread local version of the ``FileLockContext`` class.""" |
| 108 | |
| 109 | |
| 110 | _T = TypeVar("_T", bound="BaseFileLock") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…