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

Method __getitem__

tools/inspector_protocol/jinja2/runtime.py:86–88  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

84 self.__context = context
85
86 def __getitem__(self, name):
87 blocks = self.__context.blocks[name]
88 return BlockReference(name, self.__context, blocks, 0)
89
90 def __repr__(self):
91 return '<%s %r>' % (

Callers

nothing calls this directly

Calls 1

BlockReferenceClass · 0.70

Tested by

no test coverage detected