标签: python built-in
我正在尝试查看python的内置函数(如str.lower()或str.lstrip())的源代码。我正在尝试inspect.getsource(),但这不起作用。有没有其他方法可以查看内置插件的源代码?
str.lower()
str.lstrip()
inspect.getsource()