[ 原始碼: simplegeneric ]
套件:python3-simplegeneric(0.8.1-3)
python3-simplegeneric 的相關連結
Debian 的資源:
下載原始碼套件 simplegeneric:
- [simplegeneric_0.8.1-3.dsc]
- [simplegeneric_0.8.1.orig.tar.bz2]
- [simplegeneric_0.8.1-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [pypi.python.org]
相似套件:
simple generic functions for Python3
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.
This package contains the Python 3 version of the library.
其他與 python3-simplegeneric 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)