MCPcopy 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
54class Text(Token):
55 @property
56 def text(self):
57 return self.data.strip()
58
59
60class Tag(Token):

Callers 1

tokenizeFunction · 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…