CMD + K

simplegeneric

Community

Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)

Installation

To install this package, run one of the following:

Conda
$conda install conner_org::simplegeneric

Usage Tracking

0.8.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)

Last Updated

Nov 18, 2019 at 22:16

License

Zope Public

Total Downloads

5

Supported Platforms

linux-64