MCPcopy Create free account
hub / github.com/nodejs/node / __repr__

Method __repr__

tools/inspector_protocol/jinja2/runtime.py:308–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

306 return item
307
308 def __repr__(self):
309 return '<%s %s of %r>' % (
310 self.__class__.__name__,
311 repr(self.get_all()),
312 self.name
313 )
314
315
316# register the context as mapping if possible

Callers

nothing calls this directly

Calls 1

get_allMethod · 0.95

Tested by

no test coverage detected