# libtmux.Client.refresh

- **Module:** libtmux.Client
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/client.py#L93
- **Page:** https://libtmux.org/reference/py/libtmux-client-refresh/

```
libtmux.Client.refresh(self) -> None
```

Refresh client attributes from tmux.

## Raises

- `ValueError` — When ``client_name`` is unset. Surfaces a clear error under
``python -O``, where an ``assert`` would be stripped.
