MCPcopy Index your code
hub / github.com/python/cpython / nextfile

Method nextfile

Lib/test/test_fileinput.py:518–520  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

516 self.invocation_counts["close"] += 1
517
518 def nextfile(self):
519 self.invocation_counts["nextfile"] += 1
520 return self.return_values["nextfile"]
521
522 def filename(self):
523 self.invocation_counts["filename"] += 1

Calls

no outgoing calls

Tested by

no test coverage detected