nvflare.fuel.utils.pipe.file_pipe module

class FilePipe(root_path: str, name: str)[source]

Bases: Pipe

Implementation of communication through the file system.

Parameters
  • root_path – root path

  • name – name of pipe

clear()[source]
x_get(timeout=None) -> (<class 'str'>, <class 'bytes'>)[source]
x_put(topic: str, data_bytes)[source]
y_get(timeout=None)[source]
y_put(topic: str, data_bytes)[source]