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

Method index

deps/v8/third_party/jinja2/runtime.py:455–457  ·  view source on GitHub ↗

Current iteration of the loop, starting at 1.

(self)

Source from the content-addressed store, hash-verified

453
454 @property
455 def index(self) -> int:
456 """Current iteration of the loop, starting at 1."""
457 return self.index0 + 1
458
459 @property
460 def revindex0(self) -> int:

Callers 15

_CheckBannedCppFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45
remove_flags_afterMethod · 0.45
remove_ignored_flagsMethod · 0.45
list_processes_linuxFunction · 0.45
_flag_prefixFunction · 0.45
listenerFunction · 0.45
MainFunction · 0.45
MainFunction · 0.45
MainFunction · 0.45
MainFunction · 0.45

Calls

no outgoing calls

Tested by 2

remove_flags_afterMethod · 0.36
remove_ignored_flagsMethod · 0.36