MCPcopy
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
20def _get_name(itm):
21 return getattr(itm, "name", itm.__class__.__name__.lower())
22
23
24def cut_traceback(tb, func_name):

Callers 3

registerMethod · 0.85
removeMethod · 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…