Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
python中有许多可以重载的运算符(例如+)。但是通过 python 3.10 和PEP 622的文档,我想知道是否可以为match操作员做同样的事情(例如,简化对象的表示) - 还是通过__match_args__属性来完成?
+
match
__match_args__