MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / callable

Function callable

thirdparty/six/__init__.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

installMethod · 0.85
routeMethod · 0.85
load_appFunction · 0.85
runFunction · 0.85
searchTagMethod · 0.85
_matchesMethod · 0.85
_find_controlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…