Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AirtestProject/Poco
/ callable
Function
callable
poco/utils/six.py:537–538 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
535
callable = callable
536
except
NameError:
537
def
callable(obj):
538
return
any(
"__call__"
in klass.__dict__
for
klass in type(obj).__mro__)
539
540
541
if
PY3:
Callers
1
register
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected