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

Detailed Description

Definition at line 85 of file dynconf.py.

Public Member Functions

_ChangelogEntry new (cls, *, _ChangelogEntry|None 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 110 of file dynconf.py.

◆ new()

_ChangelogEntry pytest_userver.dynconf._ChangelogEntry.new ( cls,
* ,
_ChangelogEntry | None previous,
str timestamp )

Definition at line 92 of file dynconf.py.

◆ update()

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

Definition at line 113 of file dynconf.py.

Member Data Documentation

◆ dirty_keys

pytest_userver.dynconf._ChangelogEntry.dirty_keys [str]
static

Definition at line 87 of file dynconf.py.


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