mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 16:45:25 +00:00
6 lines
195 B
Python
6 lines
195 B
Python
.IGlob = '_iglob': ClassType
|
|
.IGlob <: Iterable(Str)
|
|
|
|
.glob!: (pathname: Str, recursive := Bool) => [Str; _]
|
|
.iglob!: (pathname: Str, recursive := Bool) => .IGlob
|
|
.escape: (pathname: Str) -> Str
|