Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ _get_name
Function
_get_name
mitmproxy/addonmanager.py:20–21 ·
view source on GitHub ↗
(itm)
Source
from the content-addressed store, hash-verified
18
19
20
def
_get_name(itm):
21
return
getattr(itm,
"name"
, itm.__class__.__name__.lower())
22
23
24
def
cut_traceback(tb, func_name):
Callers
3
register
Method · 0.85
remove
Method · 0.85
__contains__
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…