Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 364 Bytes

default_if_none.rst

File metadata and controls

11 lines (6 loc) · 364 Bytes

default_if_none

default_if_none is a decorator used on all Parsenvy functions as a shortcut to return the supplied default fallback if the desired environment variables isn't defined.

It isn't relevant to the users of the library—only those making changes to its code.

parsenvy.parsenvy.default_if_none