# libtmux.Pane.get

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

```
libtmux.Pane.get(self, key: str, default: t.Any | None = None) -> t.Any
```

Return key-based lookup. Deprecated by attributes.
