2015-03-22 18:21:15 +00:00
|
|
|
API
|
|
|
|
===
|
|
|
|
|
|
|
|
This page contains auto-generated documentation from the bidict source code.
|
|
|
|
|
|
|
|
bidict
|
|
|
|
------
|
|
|
|
|
|
|
|
.. automodule:: bidict
|
2018-04-06 04:28:44 +00:00
|
|
|
:members:
|
|
|
|
:member-order: bysource
|
|
|
|
:special-members:
|
|
|
|
:show-inheritance:
|
|
|
|
:undoc-members:
|
|
|
|
:exclude-members: __abstractmethods__,__dict__,__module__,__weakref__
|
|
|
|
:inherited-members:
|
2015-03-22 18:21:15 +00:00
|
|
|
|
|
|
|
|
2018-02-20 10:23:04 +00:00
|
|
|
.. autodata:: bidict.RAISE
|
|
|
|
.. autodata:: bidict.OVERWRITE
|
|
|
|
.. autodata:: bidict.IGNORE
|
|
|
|
|
2018-04-06 04:28:44 +00:00
|
|
|
.. autofunction:: bidict._util._iteritems_mapping_or_iterable
|
|
|
|
.. autofunction:: bidict._util._iteritems_args_kw
|
|
|
|
|
2018-02-20 10:23:04 +00:00
|
|
|
|
2018-04-19 08:22:07 +00:00
|
|
|
.. attribute:: __version__
|
|
|
|
|
|
|
|
The version of bidict represented as a string.
|
|
|
|
|
|
|
|
.. attribute:: __version_info__
|
|
|
|
|
|
|
|
The version of bidict represented as a tuple.
|
|
|
|
|
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
bidict.compat
|
2015-04-27 22:20:03 +00:00
|
|
|
-------------
|
2015-03-22 18:21:15 +00:00
|
|
|
|
|
|
|
.. automodule:: bidict.compat
|
2018-04-06 04:28:44 +00:00
|
|
|
:members:
|