MCPcopy Create free account
hub / github.com/apache/madlib / _callable

Function _callable

src/madpack/argparse.py:116–117  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

114
115
116def _callable(obj):
117 return hasattr(obj, '__call__') or hasattr(obj, '__bases__')
118
119# silence Python 2.6 buggy warnings about Exception.message
120if _sys.version_info[:2] == (2, 6):

Callers 2

add_argumentMethod · 0.85
_get_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected