/
valemobil
/
python-future
Обзор
Документация
Войти
/
valemobil
/
python-future
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.10.2
docs/reference.rst
49 строк
859 B
Ed Schofield
Bring in updated docs from master branch
11 янв 2014, 03:15
11 янв 2014, 03:15
379b350
Код
Авторство
О чём код?
############# 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.* .. contents:: :local: :depth: 2 future.builtins Interface ============================ .. automodule:: future.builtins :members: future.standard_library Interface ================================= .. automodule:: future.standard_library :members: future.utils Interface ====================== .. automodule:: future.utils :members: Backported types ================ bytes ----- .. automodule:: future.builtins.backports.newbytes str --- .. automodule:: future.builtins.backports.newstr int --- .. automodule:: future.builtins.backports.newint