From b6bd182dcf2b61053e91abb529143eaafb0cec22 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 26 Oct 2022 08:52:01 -0700 Subject: [PATCH] Docs for dataclass_utils. --- docs/pyutils.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pyutils.rst b/docs/pyutils.rst index 0836f31..2e96cbb 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -2270,6 +2270,14 @@ during runtime) via Zookeeper (which is disabled by default). :undoc-members: :show-inheritance: +pyutils.dataclass\_utils module +------------------------------- + +.. automodule:: pyutils.dataclass_utils + :members: + :undoc-members: + :show-inheritance: + pyutils.decorator\_utils module ------------------------------- -- 2.45.2