MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / isfirstline

Method isfirstline

tools/python-3.11.9-amd64/Lib/fileinput.py:392–393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

390 return -1
391
392 def isfirstline(self):
393 return self._filelineno == 1
394
395 def isstdin(self):
396 return self._isstdin

Callers 1

isfirstlineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected