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

Method filelineno

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

Source from the content-addressed store, hash-verified

528 return self.return_values["lineno"]
529
530 def filelineno(self):
531 self.invocation_counts["filelineno"] += 1
532 return self.return_values["filelineno"]
533
534 def fileno(self):
535 self.invocation_counts["fileno"] += 1

Callers 4

test_context_managerMethod · 0.45
test_pathlike_fileMethod · 0.45
test_state_is_NoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected