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

Method current

tools/inspector_protocol/jinja2/utils.py:588–590  ·  view source on GitHub ↗

Returns the current item.

(self)

Source from the content-addressed store, hash-verified

586
587 @property
588 def current(self):
589 """Returns the current item."""
590 return self.items[self.pos]
591
592 def next(self):
593 """Goes one item ahead and returns it."""

Calls

no outgoing calls

Tested by

no test coverage detected