gpt4 book ai didi

python - 每次我在 python 中打印一些东西时,有没有办法打印类/函数名称?

转载 作者:太空宇宙 更新时间:2023-11-04 10:25:11 25 4
gpt4 key购买 nike

在 Python 中,是否可以在调用“打印”函数时打印“类和函数名”?

例如,

class SimpleClass:
def function1(self):
print "This is the printed msg"

c = SimpleClass()
c.function1()

"Output wanted"
SimpleClass:function1 - "This is the printed msg"

最佳答案

使用logging模块而不是打印语句。

可用属性列表位于 here ,包括:args, asctime, created, exc_info, filename, funcName, levelname, levelno, lineno, module, msecs, message, msg, name, pathname, process, processName, relativeCreated, thread, threadName

关于python - 每次我在 python 中打印一些东西时,有没有办法打印类/函数名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29782094/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com