mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
committed by
GitHub
parent
6e9e059f0c
commit
51e5b98076
@@ -134,7 +134,7 @@ class FTP:
|
||||
def rename(self, fromname: Text, toname: Text) -> str: ...
|
||||
def delete(self, filename: Text) -> str: ...
|
||||
def cwd(self, dirname: Text) -> str: ...
|
||||
def size(self, filename: Text) -> str: ...
|
||||
def size(self, filename: Text) -> Optional[int]: ...
|
||||
def mkd(self, dirname: Text) -> str: ...
|
||||
def rmd(self, dirname: Text) -> str: ...
|
||||
def pwd(self) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user