# libtmux.Window.list_panes

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

```
libtmux.Window.list_panes(self) -> list[Pane]
```

Return list of :class:`Pane` for the window.
