# libtmux.Pane.index

- **Module:** libtmux.Pane
- **Package:** libtmux
- **Language:** Python
- **Kind:** property
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/pane.py#L2664
- **Page:** https://libtmux.org/reference/py/libtmux-pane-index/

```
libtmux.Pane.index(self) -> str | None
```

Alias of :attr:`Pane.pane_index`.

>>> pane.index
'0'

>>> pane.index == pane.pane_index
True
