Definition at line 145 of file dynamic_config.py.
|
Tuple[_ConfigDict, List[str]] | _get_updated_since (self, _ConfigDict config_dict, str updated_since) |
|
None | _do_rollback (self, ConfigValuesDict defaults) |
|
◆ __init__()
pytest_userver.plugins.dynamic_config._Changelog.__init__ |
( |
|
self | ) |
|
◆ _do_rollback()
None pytest_userver.plugins.dynamic_config._Changelog._do_rollback |
( |
|
self, |
|
|
ConfigValuesDict |
defaults |
|
) |
| |
|
protected |
◆ _get_updated_since()
Tuple[_ConfigDict, List[str]] pytest_userver.plugins.dynamic_config._Changelog._get_updated_since |
( |
|
self, |
|
|
_ConfigDict |
config_dict, |
|
|
str |
updated_since |
|
) |
| |
|
protected |
◆ add_entries()
None pytest_userver.plugins.dynamic_config._Changelog.add_entries |
( |
|
self, |
|
|
_ConfigDict |
config_dict |
|
) |
| |
◆ commit()
_ChangelogEntry pytest_userver.plugins.dynamic_config._Changelog.commit |
( |
|
self | ) |
|
Commit staged changed if any and return last committed entry.
Definition at line 168 of file dynamic_config.py.
◆ get_updated_since()
_Updates pytest_userver.plugins.dynamic_config._Changelog.get_updated_since |
( |
|
self, |
|
|
_ConfigDict |
config_dict, |
|
|
str |
updated_since, |
|
|
Optional[List[str]] |
ids = None |
|
) |
| |
◆ next_timestamp()
str pytest_userver.plugins.dynamic_config._Changelog.next_timestamp |
( |
|
self | ) |
|
◆ rollback()
Iterator[None] pytest_userver.plugins.dynamic_config._Changelog.rollback |
( |
|
self, |
|
|
ConfigValuesDict |
defaults |
|
) |
| |
◆ service_timestamp()
str pytest_userver.plugins.dynamic_config._Changelog.service_timestamp |
( |
|
self | ) |
|
◆ committed_entries [1/2]
List pytest_userver.plugins.dynamic_config._Changelog.committed_entries [_ChangelogEntry] |
|
static |
◆ committed_entries [2/2]
pytest_userver.plugins.dynamic_config._Changelog.committed_entries |
◆ staged_entry [1/2]
_ChangelogEntry pytest_userver.plugins.dynamic_config._Changelog.staged_entry |
|
static |
◆ staged_entry [2/2]
pytest_userver.plugins.dynamic_config._Changelog.staged_entry |
◆ timestamp [1/2]
datetime pytest_userver.plugins.dynamic_config._Changelog.timestamp .datetime |
|
static |
◆ timestamp [2/2]
pytest_userver.plugins.dynamic_config._Changelog.timestamp |
The documentation for this class was generated from the following file: