mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 20:14:45 +00:00
6 lines
158 B
Python
6 lines
158 B
Python
{Text!;} = import "__init__"
|
|
|
|
.ScrolledText!: ClassType
|
|
.ScrolledText! <: Text!
|
|
.ScrolledText!.
|
|
__call__: (master := Obj, **kwargs: Obj) -> ScrolledText!
|