EnvRegistry¶
-
class
tollan.utils.env.
EnvRegistry
[source]¶ Bases:
tollan.utils.registry.Registry
A registry class that helps work with env vars.
Methods Summary
get
(name, *args)Return env var of given name.
register
(name, desc[, defval])Register an environment variable.
summary
()Return a string as a summary of the env vars.
Methods Documentation