ID EN
Config Parser

read_file

Python 3.11

Read and parse configuration data from f which must be an iterable yielding Unicode strings (for example files opened in text mode).

Syntax

PYTHON
read_file(f, source=None)