# libtmux.Window.panes

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

```
libtmux.Window.panes(self) -> QueryList[Pane]
```

Panes contained by window.

Can be accessed via
:meth:`.panes.get() <libtmux._internal.query_list.QueryList.get()>` and
:meth:`.panes.filter() <libtmux._internal.query_list.QueryList.filter()>`
