mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
feat: impl Eq, Hash, Ord
for Python module types
This commit is contained in:
parent
1691647fe7
commit
c94ac76262
4 changed files with 26 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
.PurePath: ClassType
|
||||
.PurePath <: PathLike
|
||||
.PurePath <: Eq
|
||||
.PurePath <: Hash
|
||||
.PurePath.
|
||||
parts: [Str; _]
|
||||
drive: Str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue