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

Method _all

tools/inspector_protocol/jinja2/runtime.py:279–283  ·  view source on GitHub ↗
(meth)

Source from the content-addressed store, hash-verified

277 return context
278
279 def _all(meth):
280 proxy = lambda self: getattr(self.get_all(), meth)()
281 proxy.__doc__ = getattr(dict, meth).__doc__
282 proxy.__name__ = meth
283 return proxy
284
285 keys = _all('keys')
286 values = _all('values')

Callers

nothing calls this directly

Calls 1

get_allMethod · 0.95

Tested by

no test coverage detected