MCPcopy Index your code
hub / github.com/RustPython/RustPython / __iter__

Method __iter__

Lib/traceback.py:334–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 return (self.filename, self.lineno, self.name, self.line)[pos]
333
334 def __iter__(self):
335 return iter([self.filename, self.lineno, self.name, self.line])
336
337 def __repr__(self):
338 return "<FrameSummary file {filename}, line {lineno} in {name}>".format(

Callers

nothing calls this directly

Calls 1

iterFunction · 0.85

Tested by

no test coverage detected