标签: python-3.x
我正在尝试通过解释器检查标准库。
import inspect inspect.getsource(list.extend)
我收到以下错误
TypeError: module, class, method, function, traceback, frame, or code object was expected, got method_descriptor
我在这里做什么错了?