-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
220 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
cattrs.preconf package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
cattrs.preconf.bson module | ||
-------------------------- | ||
|
||
.. automodule:: cattrs.preconf.bson | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.preconf.json module | ||
-------------------------- | ||
|
||
.. automodule:: cattrs.preconf.json | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.preconf.msgpack module | ||
----------------------------- | ||
|
||
.. automodule:: cattrs.preconf.msgpack | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.preconf.orjson module | ||
---------------------------- | ||
|
||
.. automodule:: cattrs.preconf.orjson | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.preconf.pyyaml module | ||
---------------------------- | ||
|
||
.. automodule:: cattrs.preconf.pyyaml | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.preconf.tomlkit module | ||
----------------------------- | ||
|
||
.. automodule:: cattrs.preconf.tomlkit | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.preconf.ujson module | ||
--------------------------- | ||
|
||
.. automodule:: cattrs.preconf.ujson | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cattrs.preconf | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
cattrs package | ||
============== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
cattrs.preconf | ||
|
||
Submodules | ||
---------- | ||
|
||
cattrs.converters module | ||
------------------------ | ||
|
||
.. automodule:: cattrs.converters | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.disambiguators module | ||
---------------------------- | ||
|
||
.. automodule:: cattrs.disambiguators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.dispatch module | ||
---------------------- | ||
|
||
.. automodule:: cattrs.dispatch | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.errors module | ||
-------------------- | ||
|
||
.. automodule:: cattrs.errors | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cattrs.gen module | ||
----------------- | ||
|
||
.. automodule:: cattrs.gen | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cattrs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
cattrs | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
cattrs | ||
|
||
cattr | ||
===== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.