On this page
libtmux.options.OptionsMixin
- Module
- libtmux.options
- Package
- libtmux
- Source
- src/libtmux/options.py
- Bases:
Mixin for managing tmux options based on scope.
11 declared, 1 inherited
Members
- default_option_scope attribute
- __init__ method When not a user (custom) option, scope can be implied.
- _show_option method Return option value for the target.
- _show_option_raw method Return raw option output for target.
- _show_options method Return a dict of options for the target.
- _show_options_dict method Return dict of options for the target.
- _show_options_raw method Return a dict of options for the target.
- set_option method Set option for tmux target.
- show_option method Return option value for the target.
- show_options method Return all options for the target.
- unset_option method Unset option for tmux target.
Inherited members
Reached through libtmux.common.CmdMixin.
- cmd libtmux.common.CmdMixin