ВС
Size: a a a
ВС
E
ВС
ДК
ВС
py3
print(hasattr(int, "__call__"))
True
БГ
py3
help(hasattr)
Help on built-in function hasattr in module builtins:
hasattr(obj, name, /)
Return whether the object has an attribute with the given name.
This is done by calling getattr(obj, name) and catching AttributeError.
ВС
py3
print(hasattr(int, "__call__"))
True
БГ
ВС
ВС
ВС
ВС
E
ВС
ВС
ВС
ВС