On this page
libtmux.Window.__getitem__
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/window.py
-
Return item lookup by key. Deprecated in favor of attributes.
Deprecated
0.17 — Deprecated in favor of attributes. e.g.
window['window_name']is now accessed viawindow.window_name.
0 declared, 0 inherited