.. -*- mode: ReST -*- .. _glossary: ======== Glossary ======== .. contents:: :local: .. glossary:: Interface A **functional** description of something. Hook An overridable method to customize behaviour. Slot Lightweight data objects in python defined using ``__slots__``. Mixin A Non-standalone class that encapsulates some unit of work, for other classes to inherit from.