# FileStore

Source: https://www.tensorplay.cn/docs/generated/tensorplay.distributed._store.FileStore.html

# FileStore

class tensorplay.distributed._store.FileStore(file_name: [str](https://docs.python.org/3/library/stdtypes.html#str), world_size: [int](https://docs.python.org/3/library/functions.html#int) = -1)[[source]](../_modules/tensorplay/distributed/_store.html#FileStore)

Flock-based append-log store in a single file.
