# edc.ContextVar

[[[Source]]](https://github.com/google/etils/tree/main/etils/edc/context.py#L47)



```python
  ContextVar = Annotated[_T, _IS_CONTEXTVAR]  # pytype: disable=invalid-typevar
```