stubber.utils.config

Module Contents

Classes

StubberConfig

stubber confguration class

Functions

readconfig()

Attributes

log

stubber.utils.config.log
class stubber.utils.config.StubberConfig

Bases: stubber.utils.typed_config_toml.Config

stubber confguration class

stub_path

a Path to the stubs directory

fallback_path
repo_path

a Path to the repo directory

mpy_path

a Path to the micropython dolder in the repo directory

mpy_lib_path

a Path to the micropython=lib folder in the repo directory

post_read_hook(self) dict
Return type

dict

stubber.utils.config.readconfig()