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

Method lineno

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

Source from the content-addressed store, hash-verified

375 return self._filename
376
377 def lineno(self):
378 return self._startlineno + self._filelineno
379
380 def filelineno(self):
381 return self._filelineno

Callers 2

_readlineMethod · 0.95
linenoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected