ConfigFilePath

class app.util.config.models.config_path.ConfigFilePath[source]

Bases: object

Inheritance diagram of ConfigFilePath

Inheritance Diagram for ConfigFilePath

Methods

__init__(stdin)

open([encoding])

Attributes

dirname

is_stdin

__init__(stdin: Any) None[source]
Parameters:

stdin (Any)

Return type:

None

property dirname: Path
property is_stdin: bool
open(encoding: str = 'UTF-8') TextIOBase[source]
Parameters:

encoding (str)

Return type:

TextIOBase