About Anaconda Help Download Anaconda

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

Installers

Info: This package contains files in non-standard labels.
  • linux-aarch64 v0.8.1

conda install

To install this package run one of the following:
conda install aarch64-staging::simplegeneric
conda install aarch64-staging/label/AR::simplegeneric

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy