MCPcopy Index your code
hub / github.com/webpy/webpy / text

Method text

web/browser.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def text(self):
42 return self.data.decode("utf-8")
43
44 def reset(self):
45 """Clears all cookies and history."""

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected