[ buster ]
[ 源代码: simplegeneric ]
软件包:python-simplegeneric(0.8.1-2)
python-simplegeneric 的相关链接
Debian 的资源:
下载源码包 simplegeneric:
- [simplegeneric_0.8.1-2.dsc]
- [simplegeneric_0.8.1.orig.tar.bz2]
- [simplegeneric_0.8.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
simple generic functions for Python
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.