mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Various stubtest fixes (#5215)
This commit is contained in:
@@ -8,7 +8,7 @@ class Template:
|
||||
def append(self, cmd: str, kind: str) -> None: ...
|
||||
def prepend(self, cmd: str, kind: str) -> None: ...
|
||||
def open(self, file: str, rw: str) -> os._wrap_close: ...
|
||||
def copy(self, file: str, rw: str) -> os._wrap_close: ...
|
||||
def copy(self, infile: str, outfile: str) -> int: ...
|
||||
|
||||
# Not documented, but widely used.
|
||||
# Documented as shlex.quote since 3.3.
|
||||
|
||||
Reference in New Issue
Block a user