📜  python inspect.getsource - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:20.577000             🧑  作者: Mango

代码示例1
inspect.getsource(object)

Return the text of the source code for an object. The argument may be a module, class, method, function, traceback, frame, or code object. The source code is returned as a single string. An OSError is raised if the source code cannot be retrieved.