We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
384de9b
@proto
EnvVar @ "VAR" | default
_EnvVar
__get__
AttributeError: '_EnvVar' object has no attribute 'decode'
.get()
EnvVar("PORT", dtype=int).get()
class C: port = EnvVar("PORT", dtype=int)
C.port
invalidate_cache()