Skip to content

Commit ba0a3b9

Browse files
committed
docs(frozen_dataclass_sealable) Add to internals
1 parent bb636c4 commit ba0a3b9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Frozen Dataclass (Sealable) - `libtmux._internal.frozen_dataclass_sealable`
2+
3+
```{eval-rst}
4+
.. automodule:: libtmux._internal.frozen_dataclass_sealable
5+
:members:
6+
:special-members:

docs/internals/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ If you need an internal API stabilized please [file an issue](https://github.com
1111
```{toctree}
1212
dataclasses
1313
frozen_dataclass
14+
frozen_dataclass_sealable
1415
query_list
1516
waiter
1617
```

0 commit comments

Comments
 (0)