MCPcopy
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
117def _callable(obj):
118 return hasattr(obj, '__call__') or hasattr(obj, '__bases__')
119
120
121SUPPRESS = '==SUPPRESS=='

Callers 2

add_argumentMethod · 0.85
_get_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected