相关疑难解决方法(0)

Python的内置__build_class__做什么?

在Python 3.1中,我在builtins模块中有一个新的内置函数:

__build_class__(...)
    __build_class__(func, name, *bases, metaclass=None, **kwds) -> class

    Internal helper function used by the class statement.
Run Code Online (Sandbox Code Playgroud)

这个功能有什么作用?如果它是内部的,为什么必须在内置?这个type(name, bases, dict)功能有什么区别?

python metaclass python-3.x

20
推荐指数
1
解决办法
2889
查看次数

如何在Python中实现__slots__?

python descriptor python-c-api slots python-3.x

12
推荐指数
1
解决办法
1146
查看次数

标签 统计

python ×2

python-3.x ×2

descriptor ×1

metaclass ×1

python-c-api ×1

slots ×1