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

Method isstdin

Lib/fileinput.py:395–396  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

393 return self._filelineno == 1
394
395 def isstdin(self):
396 return self._isstdin
397
398 __class_getitem__ = classmethod(GenericAlias)
399

Callers 2

test_buffer_sizesMethod · 0.95
isstdinFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_buffer_sizesMethod · 0.76