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)
 

Static Public Attributes

Set dirty_keys [str]
 

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

pytest_userver.dynconf._ChangelogEntry.dirty_keys [str]
static

Definition at line 88 of file dynconf.py.


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