Ref
Utility class which allows defining a reference to a control.
Inherits: typing.Generic
Properties
current- Referenced object, orNoneif no object is set or it was garbage-collected.
Properties
currentpropertywritable
current: Optional[T]Referenced object, or None if no object is set or it was garbage-collected.