MCPcopy Index your code
hub / github.com/idank/explainshell / index

Method index

explainshell/util.py:82–84  ·  view source on GitHub ↗

return the index of the next item returned by next()

(self)

Source from the content-addressed store, hash-verified

80
81 @property
82 def index(self):
83 """return the index of the next item returned by next()"""
84 return self._idx
85
86
87def name_section(path):

Callers 3

jquery.jsFile · 0.80
bootstrap.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected