ID EN
OS

mkfifo

Python 3.11

Create a FIFO (a named pipe) named path with numeric mode mode. The current umask value is first masked out from the mode.

Syntax

PYTHON
os.mkfifo(path, mode=0o666, *, dir_fd=None)

See Also

paths relative to directory descriptors os.unlink() mkfifo() Availability path-like object