Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ Text
Class
Text
mitmproxy/contentviews/_view_xml_html.py:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
class
Text(Token):
55
@property
56
def
text(self):
57
return
self.data.strip()
58
59
60
class
Tag(Token):
Callers
1
tokenize
Function · 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…