# libtmux.Window.where

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

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

Filter through panes, return list of :class:`Pane`.
