userver: pytest_userver.plugins.dynamic_config._ChangelogEntry Class Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.dynamic_config._ChangelogEntry Class Reference

Detailed Description

Definition at line 54 of file dynamic_config.py.

+ Collaboration diagram for pytest_userver.plugins.dynamic_config._ChangelogEntry:

Public Member Functions

 new (cls, *typing.Optional['_ChangelogEntry'] previous, str timestamp)
 
bool has_changes (self)
 
 update (self, ConfigDict values)
 

Public Attributes

 dirty_keys
 

Static Public Attributes

str timestamp
 
typing dirty_keys .Set[str]
 
ConfigDict state
 

Member Function Documentation

◆ has_changes()

bool pytest_userver.plugins.dynamic_config._ChangelogEntry.has_changes ( self)

Definition at line 73 of file dynamic_config.py.

◆ new()

pytest_userver.plugins.dynamic_config._ChangelogEntry.new ( cls,
*typing.Optional['_ChangelogEntry'] previous,
str timestamp )

Definition at line 60 of file dynamic_config.py.

◆ update()

pytest_userver.plugins.dynamic_config._ChangelogEntry.update ( self,
ConfigDict values )

Definition at line 76 of file dynamic_config.py.

Member Data Documentation

◆ dirty_keys [1/2]

typing pytest_userver.plugins.dynamic_config._ChangelogEntry.dirty_keys .Set[str]
static

Definition at line 56 of file dynamic_config.py.

◆ dirty_keys [2/2]

pytest_userver.plugins.dynamic_config._ChangelogEntry.dirty_keys

Definition at line 74 of file dynamic_config.py.

◆ state

ConfigDict pytest_userver.plugins.dynamic_config._ChangelogEntry.state
static

Definition at line 57 of file dynamic_config.py.

◆ timestamp

str pytest_userver.plugins.dynamic_config._ChangelogEntry.timestamp
static

Definition at line 55 of file dynamic_config.py.


The documentation for this class was generated from the following file: