FileLock class¶
(Shortest import: from brian2.utils.filelock import FileLock)
-
brian2.utils.filelock.FileLock¶ Alias for the lock, which should be used for the current platform. On Windows, this is an alias for
WindowsFileLock, on Unix forUnixFileLockand otherwise forSoftFileLock.alias of
brian2.utils.filelock.UnixFileLock