diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2019-12-05 18:29:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-05 18:29:15 +0900 |
| commit | 641406902efaa8f22f4a7973d04c921a2a35a6be (patch) | |
| tree | 386d7f59b87ce5b798b4a21ac55a3aabb77ddd68 /docs | |
| parent | 2c6668941f72e3bcb797d096437683eca4e3caf5 (diff) | |
| download | msgpack-python-641406902efaa8f22f4a7973d04c921a2a35a6be.tar.gz | |
Add Timestamp support (#382)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 6336793..93827e1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -27,6 +27,10 @@ API reference .. autoclass:: ExtType +.. autoclass:: Timestamp + :members: + :special-members: __init__ + exceptions ---------- |
