Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Python API

Python documentation

libtmux.Pane.__exit__

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux
Source
src/libtmux/pane.py
__exit__ ( self , exc_type : type[BaseException] | None , exc_value : BaseException | None , exc_tb : types.TracebackType | None ) → None
method [source]
method [source]
__exit__

Exit the context, killing the pane if it exists.

Parameters

0 declared, 0 inherited

Esc

Type to search.