# libtmux.Pane.at_left

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

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

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

>>> pane.pane_at_left
'1'

>>> pane.at_left
True
