X Tutup
Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.04 KB

File metadata and controls

61 lines (41 loc) · 1.04 KB

API Reference

NOTE: This page is still a work in progress... We need to go through our docstrings and make them sphinx-compliant, and figure out how to improve formatting with the sphinx-bootstrap-theme plugin. Pull requests would be very welcome.

.. automodule:: future.builtins
    :members:

.. automodule:: future.standard_library
    :members:


.. automodule:: future.utils
    :members:


.. automodule:: future.builtins.types.newbytes

.. automodule:: future.builtins.types.newdict

.. automodule:: future.builtins.backports.newint

.. automodule:: future.builtins.types.newrange

.. automodule:: future.builtins.types.newstr

X Tutup