MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / callable

Function callable

pager_lib/six.py:560–561  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

558 callable = callable
559except NameError:
560 def callable(obj):
561 return any("__call__" in klass.__dict__ for klass in type(obj).__mro__)
562
563
564if PY3:

Callers 7

_normalize_network_slugFunction · 0.85
debug_scanned_networksFunction · 0.85
_get_db_statsMethod · 0.85
scanMethod · 0.85
__new__Method · 0.85
passwordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected