Definition at line 85 of file dynconf.py.
Public Member Functions | |
| _ChangelogEntry | new (cls, *, _ChangelogEntry|None previous, str timestamp) |
| bool | has_changes (self) |
| update (self, _ConfigDict values) | |
Static Public Attributes | |
| set | dirty_keys [str] |
| bool pytest_userver.dynconf._ChangelogEntry.has_changes | ( | self | ) |
Definition at line 110 of file dynconf.py.
| _ChangelogEntry pytest_userver.dynconf._ChangelogEntry.new | ( | cls, | |
| * | , | ||
| _ChangelogEntry | None | previous, | ||
| str | timestamp ) |
Definition at line 92 of file dynconf.py.
| pytest_userver.dynconf._ChangelogEntry.update | ( | self, | |
| _ConfigDict | values ) |
Definition at line 113 of file dynconf.py.
|
static |
Definition at line 87 of file dynconf.py.