gpt4 book ai didi

python-3.x - callable() 的替代方法,用于 Python 3

转载 作者:行者123 更新时间:2023-12-03 23:59:11 31 4
gpt4 key购买 nike

我看了this thread但有些概念高于我目前的水平。在 Python 2.x 中,callable()内置方法存在;有没有一种简单的方法来检查某些东西是否可以使用 Python 3 调用?

最佳答案

你可以做 hasattr(object_name, '__call__')相反。与 Python 2.x 不同,这适用于所有可调用对象,包括类。

关于python-3.x - callable() 的替代方法,用于 Python 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4383414/

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