There are 1 repository under singledispatch topic.
Backport of 'functools.singledispatchmethod' from Python 3.8 to Python 2.7 - 3.7.
A Python package for advanced function dispatching and method overloading based on complex, nested, and parameterized types. Inspired by functools' singledispatch decorator.
A singledispatch() for arguments that are classes annotated as specific types.
This repository contains practise programs for beginners.
Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork.