logo
首页技术栈工具库讨论
simplegeneric

simplegeneric

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.
由 
bruceshi2021-01-14 收录
--
推荐
不推荐
更多信息
CONDA
conda install -c anaconda simplegeneric
查看
标签
根据用户添加的标签生成
暂无标签