module documentation

References to secrets held in the Temporal Worker's environment.

Class _WorkerEnvRefResolver No class docstring; 0/1 instance variable, 1/7 method documented
Constant _ANY_ENV_VAR Undocumented
Constant _REF_PATTERN Undocumented
Constant _REF_PREFIX Undocumented
_ANY_ENV_VAR: str = (source)

Undocumented

Value
'*'
_REF_PATTERN = (source)

Undocumented

Value
re.compile((re.escape(_REF_PREFIX) + '\\{([^}{]*)\\}'))
_REF_PREFIX: str = (source)

Undocumented

Value
'temporal.worker_env_ref:'