Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tanelpoder/0xtools
/ _callable
Function
_callable
lib/0xtools/argparse.py:117–118 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
115
116
117
def
_callable(obj):
118
return
hasattr(obj,
'__call__'
) or hasattr(obj,
'__bases__'
)
119
120
121
SUPPRESS =
'==SUPPRESS=='
Callers
2
add_argument
Method · 0.85
_get_value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected