The python-skeletons repository is deprecated. There is now a standard for type hints in Python: PEP 484: Type Hints for syntax and semantics of type hints The Typeshed repository for the common ...
multi-dispatch: like functools.singledispatch, but for more than one parameter multi-methods: multi-dispatch, but for methods event dispatching: based on a hierarchical event structure (event objects) ...