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

libtmux.server._is_daemon_not_up_error

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.server
Package
libtmux
Source
src/libtmux/server.py
_is_daemon_not_up_error ( stderr_text : str ) → bool
function [source]
function [source]
_is_daemon_not_up_error

Return True if the error indicates the tmux server is not running.

tmux signals this in two ways: 1. "no server running" (socket exists but no daemon is listening) 2. "error connecting to ... (No such file or directory)" (socket file is missing)

0 declared, 0 inherited

Esc

Type to search.