私信  •  关注

user1767754

user1767754 最近创建的主题
user1767754 最近回复了
5 年前
回复了 user1767754 创建的主题 » python中filter函数的代码在哪里?[副本]

enter image description here

我得挖一点才能找到下面的来源 Built-in Functions 因为搜索会产生成千上万的结果。(祝你好运,寻找其中任何一个找到它的来源)

总之,所有这些函数都定义在 bltinmodule.c 函数以 builtin_{functionname}

内置源: https://github.com/python/cpython/blob/master/Python/bltinmodule.c

对于内置类型: https://github.com/python/cpython/tree/master/Objects