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

Method fileno

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

Source from the content-addressed store, hash-verified

532 return self.return_values["filelineno"]
533
534 def fileno(self):
535 self.invocation_counts["fileno"] += 1
536 return self.return_values["fileno"]
537
538 def isfirstline(self):
539 self.invocation_counts["isfirstline"] += 1

Callers 3

test_state_is_NoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected