ConfigFilePath

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

Bases: object

Inheritance diagram of ConfigFilePath

Inheritance Diagram for ConfigFilePath

Methods

__init__(input)

open([mode, encoding])

Attributes

dirname

is_stdin

__init__(input)[source]
Parameters:

input (Any)

property dirname: str
property is_stdin: bool
open(mode='r', encoding='UTF-8')[source]
Return type:

TextIOBase

Parameters: