Skip to content

Commit 6b85623

Browse files
committed
constants: Add _DefaultScope
1 parent b250ccd commit 6b85623

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/libtmux/constants.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
import typing as t
44

55

6+
class _DefaultScope:
7+
# Sentinel value for default scope
8+
...
9+
10+
11+
DEFAULT_SCOPE: _DefaultScope = _DefaultScope()
12+
13+
614
class OptionScope(enum.Enum):
715
"""Scope used with ``set-option`` and ``show-option(s)`` commands."""
816

0 commit comments

Comments
 (0)