File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -557,6 +557,10 @@ def root_group(self):
557
557
@property
558
558
def splash (self ):
559
559
"""The root display group for this device (for backwards compatibility)."""
560
+ print (
561
+ "WARNING: splash is deprecated, use root_group instead. "
562
+ "This will be removed in a future release."
563
+ )
560
564
return self .graphics .root_group
561
565
562
566
@property
Original file line number Diff line number Diff line change @@ -168,4 +168,8 @@ def root_group(self):
168
168
@property
169
169
def splash (self ):
170
170
"""The display's root group (for backwards compatibility)."""
171
+ print (
172
+ "WARNING: splash is deprecated, use root_group instead. "
173
+ "This will be removed in a future release."
174
+ )
171
175
return self .display ._root_group
You can’t perform that action at this time.
0 commit comments