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

Method filename

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

Source from the content-addressed store, hash-verified

372 return self._readline()
373
374 def filename(self):
375 return self._filename
376
377 def lineno(self):
378 return self._startlineno + self._filelineno

Callers 1

filenameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected