mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
5 lines
245 B
Python
5 lines
245 B
Python
.SimpleDialog!: ClassType
|
|
|
|
.askstring: (title: Str, prompt: Str, **kwargs: Obj) -> Str or NoneType
|
|
.askinteger: (title: Str, prompt: Str, **kwargs: Obj) -> Int or NoneType
|
|
.askfloat: (title: Str, prompt: Str, **kwargs: Obj) -> Float or NoneType
|