chinesehuazhou / python-weekly

A free weekly newsletter featuring noteworthy articles, tutorials, open-source projects, podcasts, videos, trending topics, and more.Python 潮流周刊,分享文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。
https://xiaobot.net/p/python_weekly
1.73k stars 67 forks source link

Python 中管道模式——通过重载运算符 `|` 实现 #20

Closed un4gt closed 2 days ago

un4gt commented 4 days ago

结合上一期Python 潮流周刊中推荐的文章 A Practical Example Of The Pipeline Pattern In Python - Pybites,使用了 metaclass ,通过重载运算符 | 来实现的管道模式,调用时更贴近 Linux 中的管道操作符。

文章地址: Python 中管道模式——通过重载运算符实现 | un4gt的编程随记

chinesehuazhou commented 2 days ago

欢迎投稿。已分享在第78期