File: constants.md

package info (click to toggle)
python-libtmux 0.55.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,744 kB
  • sloc: python: 11,082; sh: 40; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Internal Constants - `libtmux._internal.constants`

:::{warning}
Be careful with these! These constants are private, internal as they're **not** covered by version policies. They can break or be removed between minor versions!

If you need a data structure here made public or stabilized please [file an issue](https://github.com/tmux-python/libtmux/issues).
:::

```{eval-rst}
.. automodule:: libtmux._internal.constants
   :members:
   :undoc-members:
   :inherited-members:
   :show-inheritance:
```