PUB:20190504 Add methods retroactively in Python with singledispatch.md

@geekpi https://linux.cn/article-10887-1.html
This commit is contained in:
Xingyu Wang 2019-05-23 09:38:38 +08:00
parent f5dc01033c
commit 7cbc6b2c05

View File

@ -1,8 +1,8 @@
[#]: collector: (lujun9972)
[#]: translator: (geekpi)
[#]: reviewer: (wxy)
[#]: publisher: ( )
[#]: url: ( )
[#]: publisher: (wxy)
[#]: url: (https://linux.cn/article-10887-1.html)
[#]: subject: (Add methods retroactively in Python with singledispatch)
[#]: via: (https://opensource.com/article/19/5/python-singledispatch)
[#]: author: (Moshe Zadka https://opensource.com/users/moshez)