erg/crates/erg_compiler/lib/pystd/glob.d.er
2023-01-15 12:03:19 +09:00

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