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.py137 def filelineno(): function
376 def filelineno(self): member in FileInput
/external/python/cpython3/Lib/test/
Dtest_fileinput.py554 def filelineno(self): member in MockFileInput