Definition at line 133 of file dynconf.py.
|
| tuple[_ConfigDict, list[str]] | _get_updated_since (self, _ConfigDict config_dict, str updated_since) |
| |
| None | _do_rollback (self, ConfigValuesDict defaults) |
| |
◆ __init__()
| pytest_userver.dynconf._Changelog.__init__ |
( |
|
self | ) |
|
◆ _do_rollback()
| None pytest_userver.dynconf._Changelog._do_rollback |
( |
|
self, |
|
|
ConfigValuesDict |
defaults |
|
) |
| |
|
protected |
◆ _get_updated_since()
| tuple[_ConfigDict, list[str]] pytest_userver.dynconf._Changelog._get_updated_since |
( |
|
self, |
|
|
_ConfigDict |
config_dict, |
|
|
str |
updated_since |
|
) |
| |
|
protected |
◆ add_entries()
| None pytest_userver.dynconf._Changelog.add_entries |
( |
|
self, |
|
|
_ConfigDict |
config_dict |
|
) |
| |
◆ commit()
Commit staged changed if any and return last committed entry.
Definition at line 156 of file dynconf.py.
◆ get_updated_since()
| _Updates pytest_userver.dynconf._Changelog.get_updated_since |
( |
|
self, |
|
|
_ConfigDict |
config_dict, |
|
|
str |
updated_since, |
|
|
list[str] | None |
ids = None |
|
) |
| |
◆ next_timestamp()
| str pytest_userver.dynconf._Changelog.next_timestamp |
( |
|
self | ) |
|
◆ rollback()
| Iterator[None] pytest_userver.dynconf._Changelog.rollback |
( |
|
self, |
|
|
ConfigValuesDict |
defaults |
|
) |
| |
◆ service_timestamp()
| str pytest_userver.dynconf._Changelog.service_timestamp |
( |
|
self | ) |
|
◆ committed_entries [1/2]
◆ committed_entries [2/2]
| pytest_userver.dynconf._Changelog.committed_entries |
◆ staged_entry [1/2]
◆ staged_entry [2/2]
| pytest_userver.dynconf._Changelog.staged_entry |
◆ timestamp [1/2]
| datetime pytest_userver.dynconf._Changelog.timestamp .datetime |
|
static |
◆ timestamp [2/2]
| pytest_userver.dynconf._Changelog.timestamp |
The documentation for this class was generated from the following file:
- /data/code/userver/testsuite/pytest_plugins/pytest_userver/dynconf.py