We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
internals
1 parent 9f17f7a commit cc86a07Copy full SHA for cc86a07
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
```
16
0 commit comments