Home
last modified time | relevance | path

Searched defs:filelineno (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dfileinput.py140 def filelineno(): function
350 def filelineno(self): member in FileInput
/external/python/cpython3/Lib/
Dfileinput.py138 def filelineno(): function
374 def filelineno(self): member in FileInput
/external/python/cpython3/Lib/test/
Dtest_fileinput.py544 def filelineno(self): member in MockFileInput