GlossaryΒΆ
- asyncio
Reference implementation of PEP 3156
- callable
- Any object that can be called. Use
callable()
to check that. - chardet
The Universal Character Encoding Detector
- cchardet
cChardet is high speed universal character encoding detector - binding to charsetdetect.
- web-handler
- An endpoint that returns http response.