userver: pytest_userver.dynconf._ChangelogEntry Class Reference
Loading...
Searching...
No Matches
pytest_userver.dynconf._ChangelogEntry Class Reference

Detailed Description

Definition at line 86 of file dynconf.py.

Public Member Functions

'_ChangelogEntrynew (cls, *Optional['_ChangelogEntry'] previous, str timestamp)
 
bool has_changes (self)
 
 update (self, _ConfigDict values)
 

Public Attributes

 dirty_keys
 

Static Public Attributes

str timestamp
 
Set dirty_keys [str]
 
_ConfigDict state
 
_ConfigDict prev_state
 

Member Function Documentation

◆ has_changes()

bool pytest_userver.dynconf._ChangelogEntry.has_changes (   self)

Definition at line 111 of file dynconf.py.

◆ new()

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

Definition at line 93 of file dynconf.py.

◆ update()

pytest_userver.dynconf._ChangelogEntry.update (   self,
_ConfigDict  values 
)

Definition at line 114 of file dynconf.py.

Member Data Documentation

◆ dirty_keys [1/2]

Set pytest_userver.dynconf._ChangelogEntry.dirty_keys [str]
static

Definition at line 88 of file dynconf.py.

◆ dirty_keys [2/2]

pytest_userver.dynconf._ChangelogEntry.dirty_keys

Definition at line 112 of file dynconf.py.

◆ prev_state

_ConfigDict pytest_userver.dynconf._ChangelogEntry.prev_state
static

Definition at line 90 of file dynconf.py.

◆ state

_ConfigDict pytest_userver.dynconf._ChangelogEntry.state
static

Definition at line 89 of file dynconf.py.

◆ timestamp

str pytest_userver.dynconf._ChangelogEntry.timestamp
static

Definition at line 87 of file dynconf.py.


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