Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
tmuxp 1.55.0 documentation
Light Logo Dark Logo
tmuxp 1.55.0 documentation
  • About
  • Quickstart
  • Commands
    • tmuxp load
    • tmuxp shell
    • tmuxp ls
    • tmuxp edit
    • tmuxp import
    • tmuxp convert
    • tmuxp freeze
    • tmuxp debug-info
    • Completions
  • Workspace files
    • Top-level configuration
    • Environmental variables
    • Examples
  • Plugins

Project

  • Developing and Testing
  • API Reference
    • Internals
      • Config reader - tmuxp._internal.config_reader
      • Typings - tmuxp._internal.types
    • CLI
      • tmuxp convert - tmuxp.cli.convert
      • tmuxp debug-info - tmuxp.cli.debug_info
      • tmuxp edit - tmuxp.cli.edit
      • tmuxp freeze - tmuxp.cli.freeze
      • tmuxp import - tmuxp.cli.import_config
      • tmuxp load - tmuxp.cli.load
      • tmuxp ls - tmuxp.cli.ls
      • tmuxp shell - tmuxp.cli.shell
      • CLI utilities - tmuxp.cli.utils
    • Workspace
      • Builder - tmuxp.workspace.builder
      • Constants - tmuxp.workspace.constants
      • Finders - tmuxp.workspace.finders
      • Freezer - tmuxp.workspace.freezer
      • Importers - tmuxp.workspace.importers
      • Loader - tmuxp.workspace.loader
      • Validation - tmuxp.workspace.validation
    • Exceptions - tmuxp.exc
    • Logging - tmuxp.log
    • Plugin - tmuxp.plugin
    • Shell - tmuxp.shell
    • Utilities - tmuxp.util
    • Typings - tmuxp.types
  • Changelog
  • Migration notes
  • The Tao of tmux
  • Glossary
  • GitHub

team git-pull / Tony Narlock:

vcs-python vcspull (libvcs), g

tmux-python tmuxp (libtmux)

cihai unihan-etl (db) cihai (cli)

django django-slugify-processor django-docutils

docs + tests gp-libs

web social-embed

Back to top
View this page
Edit this page

Typings - tmuxp.types¶

Internal type annotations.

Notes

StrPath and StrOrBytesPath is based on typeshed’s.

tmuxp.types.StrPath¶

os.PathLike or str

alias of str | PathLike[str]

Next
Changelog
Previous
Utilities - tmuxp.util
Copyright © Copyright 2013- Tony Narlock
Made with Sphinx and @pradyunsg's Furo
On this page
  • Typings - tmuxp.types
    • StrPath