mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 20:14:45 +00:00
7 lines
141 B
Python
7 lines
141 B
Python
re = pyimport "re"
|
|
|
|
.get_file_dirname!: () => Str
|
|
|
|
.path_join: (__a: Str, path: Str) => Str
|
|
|
|
.str_slice: (str: Str, first_index: Nat) => Str
|