[ ソース: simplegeneric ]
パッケージ: python3-simplegeneric (0.8.1-2)
python3-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 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)