mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
Add d.er
s
This commit is contained in:
parent
561a384014
commit
317c44814c
5 changed files with 12 additions and 0 deletions
7
compiler/erg_compiler/lib/pystd/pathlib.d.er
Normal file
7
compiler/erg_compiler/lib/pystd/pathlib.d.er
Normal file
|
@ -0,0 +1,7 @@
|
|||
.PurePath: ClassType
|
||||
.PurePath.parts: [Str; _]
|
||||
.PurePosixPath: ClassType
|
||||
.PureWindowsPath: ClassType
|
||||
.Path: ClassType
|
||||
.PosixPath: ClassType
|
||||
.WindowsPath: ClassType
|
Loading…
Add table
Add a link
Reference in a new issue