mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
merge and complete linecache stubs (#1320)
This commit is contained in:
committed by
Guido van Rossum
parent
4f2dd0f446
commit
fefdf185c7
@@ -1,5 +0,0 @@
|
||||
from typing import Any
|
||||
|
||||
def getline(filename: str, lineno: int, module_globals: Any=...) -> str: ...
|
||||
def clearcache() -> None: ...
|
||||
def getlines(filename: str, module_globals: Any=...) -> None: ...
|
||||
Reference in New Issue
Block a user