# libtmux.Pane.at_bottom

- **Module:** libtmux.Pane
- **Package:** libtmux
- **Language:** Python
- **Kind:** property
- **Source:** https://github.com/tmux-python/libtmux/blob/9fdd083a8181a827889337b63cd4e6daea661a8c/src/libtmux/pane.py#L2724
- **Page:** https://libtmux.org/en/py/latest/reference/libtmux-pane-at_bottom/

```
libtmux.Pane.at_bottom(self) -> bool
```

Typed, converted wrapper around :attr:`Pane.pane_at_bottom`.

>>> pane.pane_at_bottom
'1'

>>> pane.at_bottom
True
