libtmux Reference MCP Search
On this page

libtmux.Window.get

View as Markdown

Module
libtmux
Declared in
Window
Package
libtmux
Source
src/libtmux/window.py
get ( self , key : str , default : t.Any | None = None ) t.Any
method [source]
method [source]
get

Return key-based lookup. Deprecated by attributes.

Deprecated

0.17 — Deprecated by attribute lookup.e.g. window['window_name'] is now accessed via window.window_name.

0 declared, 0 inherited

Esc

Type to search.