pythoncharm有哪些奇技淫巧

日期:2022-04-11 13:10:47 人气:1

pythoncharm有哪些奇技淫巧

1. 元类(metaclass)
PyPy的源码里有个pair和extendabletype
"""
Two magic tricks for classes:
class X:
__metaclass__ = extendabletype
...
# in some other file...
class __
    A+
热门评论