Add d.ers

This commit is contained in:
Shunsuke Shibayama 2022-12-16 09:52:30 +09:00
parent 561a384014
commit 317c44814c
5 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,2 @@
.cmp: (f1: File!, f2: File!, shallow := Bool) -> Bool
.cmpfiles: (dir1: PathLike, dir2: PathLike, common: [Str; _], shallow := Bool) -> Bool

View file

@ -0,0 +1,2 @@
.cache: |T <: Proc|(user_function: T) -> T
.lru_cache: |T <: Proc|(user_function: T) -> T

View file

@ -1,4 +1,5 @@
.path = pyimport "path"
.PathLike: ClassType
.name: Str

View file

@ -0,0 +1,7 @@
.PurePath: ClassType
.PurePath.parts: [Str; _]
.PurePosixPath: ClassType
.PureWindowsPath: ClassType
.Path: ClassType
.PosixPath: ClassType
.WindowsPath: ClassType