1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.. _aiohttp-glossary:
==========
Glossary
==========
.. if you add new entries, keep the alphabetical sorting!
.. glossary::
asyncio
Reference implementation of :pep:`3156`
https://pypi.python.org/pypi/asyncio/
callable
Any object that can be called. Use :func:`callable` to check
that.
chardet
The Universal Character Encoding Detector
https://pypi.python.org/pypi/chardet/
cchardet
cChardet is high speed universal character encoding detector -
binding to charsetdetect.
https://pypi.python.org/pypi/cchardet/
web-handler
An endpoint that returns http response.
.. disqus::
|