Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
_calculate_scanned_networks_count
Method · 0.85
_normalize_network_slug
Function · 0.85
debug_scanned_networks
Function · 0.85
_get_db_stats
Method · 0.85
scan
Method · 0.85
__new__
Method · 0.85
password
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected