1.6. constants
This module keeps collections of related constants organized for use in other modules.
1.6.1. Data
- DEFAULT_LOG_LEVEL = 'WARNING'[source]
The default log level to use for filtering messages by importance.
1.6.1.1. Sentinel Values
Sentinel values are used as place holders where None
may be valid and have a
different meaning.