Definition at line 86 of file dynconf.py.
Public Member Functions | |
| '_ChangelogEntry' | new (cls, *, Optional['_ChangelogEntry'] 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 111 of file dynconf.py.
| '_ChangelogEntry' pytest_userver.dynconf._ChangelogEntry.new | ( | cls, | |
| * | , | ||
| Optional['_ChangelogEntry'] | previous, | ||
| str | timestamp ) |
Definition at line 93 of file dynconf.py.
| pytest_userver.dynconf._ChangelogEntry.update | ( | self, | |
| _ConfigDict | values ) |
Definition at line 114 of file dynconf.py.
|
static |
Definition at line 88 of file dynconf.py.