mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
add fileinput.filelineno and fileinput.fileno (#1338)
This commit is contained in:
committed by
Guido van Rossum
parent
d23fe74072
commit
296f294b75
@@ -22,6 +22,8 @@ def close() -> None: ...
|
||||
def nextfile() -> None: ...
|
||||
def filename() -> str: ...
|
||||
def lineno() -> int: ...
|
||||
def filelineno() -> int: ...
|
||||
def fileno() -> int: ...
|
||||
def isfirstline() -> bool: ...
|
||||
def isstdin() -> bool: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user