# libtmux.Session.where

- **Module:** libtmux.Session
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/session.py#L1144
- **Page:** https://libtmux.org/reference/py/libtmux-session-where/

```
libtmux.Session.where(self, kwargs: dict[str, t.Any]) -> list[Window]
```

Filter through windows, return list of :class:`Window`.
