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

Detailed Description

Definition at line 65 of file dynconf.py.

Static Public Attributes

Any value
 
bool static_default_preferred
 

Static Protected Attributes

TypeAlias _ConfigDict = dict[str, _ConfigEntry | _RemoveKey]
 

Member Data Documentation

◆ _ConfigDict

TypeAlias pytest_userver.dynconf._ConfigEntry._ConfigDict = dict[str, _ConfigEntry | _RemoveKey]
staticprotected

Definition at line 70 of file dynconf.py.

◆ static_default_preferred

bool pytest_userver.dynconf._ConfigEntry.static_default_preferred
static

Definition at line 67 of file dynconf.py.

◆ value

Any pytest_userver.dynconf._ConfigEntry.value
static

Definition at line 66 of file dynconf.py.


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