# 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#L1940
- **Page:** https://libtmux.org/reference/py/libtmux-window-_list_panes/

```
libtmux.Window._list_panes(self) -> list[PaneDict]
```

Return list of panes (deprecated in favor of :meth:`.panes`).
