mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Finish implementation of the types module
Note that many classes will need special handling in the typing module.
This commit is contained in:
@@ -806,3 +806,5 @@ def eval(s: str) -> Any: ...
|
||||
def cmp(x: Any, y: Any) -> int: ...
|
||||
|
||||
def execfile(filename: str, globals: Dict[str, Any] = None, locals: Dict[str, Any] = None) -> None: ...
|
||||
|
||||
class file(BinaryIO): ...
|
||||
|
||||
Reference in New Issue
Block a user