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

Method filename

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

Source from the content-addressed store, hash-verified

520 return self.return_values["nextfile"]
521
522 def filename(self):
523 self.invocation_counts["filename"] += 1
524 return self.return_values["filename"]
525
526 def lineno(self):
527 self.invocation_counts["lineno"] += 1

Callers 3

test_pathlike_fileMethod · 0.45
test_state_is_NoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected