We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
internals
1 parent b8d47bd commit b0ba9aaCopy full SHA for b0ba9aa
docs/internals/frozen_dataclass.md
@@ -0,0 +1,8 @@
1
+# Frozen Dataclass - `libtmux._internal.frozen_dataclass`
2
+
3
+```{eval-rst}
4
+.. automodule:: libtmux._internal.frozen_dataclass
5
+ :members:
6
+ :special-members:
7
8
+```
docs/internals/index.md
@@ -10,6 +10,7 @@ If you need an internal API stabilized please [file an issue](https://github.com
10
11
```{toctree}
12
dataclasses
13
+frozen_dataclass
14
query_list
15
waiter
16
```
0 commit comments