erg/crates/erg_compiler/lib/pystd/tkinter.d/simpledialog.d.er
2024-12-22 18:53:04 +09:00

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