py3-simplegeneric

simple generic functions

WWW CVSWeb GITHub
  1. Package version
    py3-simplegeneric-0.8.1p10
  2. Maintainer
    The OpenBSD ports mailing-list

The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(),
iter() and so on. However, instead of using specially-named methods,
these generic functions use simple lookup tables, akin to those used by
e.g. pickle.dump() and other generic functions found in the Python
standard library.

  • python3

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3
  • archivers/unzip

  • lang/python/3.10