如何查看 Python 的 __builtins__ 源代码?

How can I see Python's __builtins__ source code?

我可以让 python 直接打印 __builtins__ 的源代码吗?

或(更优选):

__builtins__ 的源代码路径名是什么?


我至少知道以下几点:

__builtin__ 模块在 Python/bltinmodule.c 中实现,对于一个非常不寻常的模块来说,这是一个非常不寻常的位置。

我现在无法尝试,但是 python 默认值 ide 能够轻松打开核心模块(我尝试了数学等)

https://docs.python.org/2/library/idle.html

在菜单上。打开模块。