MCPcopy Index your code
hub / github.com/nodejs/node / __html__

Method __html__

tools/inspector_protocol/markupsafe/__init__.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 return text_type.__new__(cls, base, encoding, errors)
74
75 def __html__(self):
76 return self
77
78 def __add__(self, other):
79 if isinstance(other, string_types) or hasattr(other, '__html__'):

Callers 2

escapeFunction · 0.45
__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected