Python:检查标准库

时间:2019-04-07 12:12:49

标签: python-3.x

我正在尝试通过解释器检查标准库。

import inspect

inspect.getsource(list.extend)

我收到以下错误

TypeError: module, class, method, function, traceback, frame, or code object was expected, got method_descriptor

我在这里做什么错了?

0 个答案:

没有答案