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

Method isstdin

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

Source from the content-addressed store, hash-verified

540 return self.return_values["isfirstline"]
541
542 def isstdin(self):
543 self.invocation_counts["isstdin"] += 1
544 return self.return_values["isstdin"]
545
546class BaseFileInputGlobalMethodsTest(unittest.TestCase):
547 """Base class for unit tests for the global function of

Callers 2

test_state_is_NoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected