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

Method filelineno

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

Source from the content-addressed store, hash-verified

378 return self._startlineno + self._filelineno
379
380 def filelineno(self):
381 return self._filelineno
382
383 def fileno(self):
384 if self._file:

Callers 1

filelinenoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected