Skip to content

Version 2.0

Compare
Choose a tag to compare
@tim-mitchell tim-mitchell released this 03 Jul 03:33
· 25 commits to master since this release
f3bc7ab
  • Added support for annotations as per python 3.7 functools.singledispatch to Python 3.6+
  • Use __init_subclass__ instead of a meta class for Python 3.6+
  • Allow using actual method instead of method name in register() function
  • Fixed missing dispatch and registry attributes on method objects.