gpt4 book ai didi

python - 通过内省(introspection)查找位置参数的名称

转载 作者:太空狗 更新时间:2023-10-29 20:19:15 24 4
gpt4 key购买 nike

有没有办法找出 python 函数的位置参数的名称?

def foo(arg1, arg2):
pass

f=foo
# How do I find out want the 1st argument to f is called? I want 'arg1' as an answer

最佳答案

函数inspect.getargspec()在 Python 2 中做你需要的。

在 Python 3 中,这已被弃用,您应该改为使用 signature .

关于python - 通过内省(introspection)查找位置参数的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6255284/

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