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

Method current

deps/v8/third_party/jinja2/utils.py:703–707  ·  view source on GitHub ↗

Return the current item. Equivalent to the item that will be returned next time :meth:`next` is called.

(self)

Source from the content-addressed store, hash-verified

701
702 @property
703 def current(self) -> t.Any:
704 """Return the current item. Equivalent to the item that will be
705 returned next time :meth:`next` is called.
706 """
707 return self.items[self.pos]
708
709 def next(self) -> t.Any:
710 """Return the current item, then advance :attr:`current` to the

Callers 12

bad-target.jsFile · 0.45
harness-adapt.jsFile · 0.45
array-feedback.jsFile · 0.45
asm-directive.jsFile · 0.45
regress-6733.jsFile · 0.45
bug-proto.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected