diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-05 20:56:29 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-05 20:56:29 -0700 |
commit | 7476c27e95b6a9c1ee1c93893d678012c019cf7c (patch) | |
tree | 469fb2f21d78de458f80f276bda0d6f8a73fe554 /docs/api | |
parent | 58500cb0b86e8046b49aac5d554a6fa9630c0cd3 (diff) | |
download | cmd2-git-7476c27e95b6a9c1ee1c93893d678012c019cf7c.tar.gz |
Documentation updates
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/utility_classes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/utility_classes.rst b/docs/api/utility_classes.rst index 7ed0c584..2ee92ced 100644 --- a/docs/api/utility_classes.rst +++ b/docs/api/utility_classes.rst @@ -1,6 +1,10 @@ Utility Classes =============== +.. autoclass:: cmd2.utils.Settable + + .. automethod:: __init__ + .. autoclass:: cmd2.utils.StdSim .. autoclass:: cmd2.utils.ByteBuf |