Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
559
except
NameError:
560
def
callable(obj):
561
return
any(
"__call__"
in klass.__dict__
for
klass in type(obj).__mro__)
562
563
564
if
PY3:
Callers
7
install
Method · 0.85
route
Method · 0.85
load_app
Function · 0.85
run
Function · 0.85
searchTag
Method · 0.85
_matches
Method · 0.85
_find_control
Method · 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…