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):
557557 @property
558558 def splash (self ):
559559 """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+ )
560564 return self .graphics .root_group
561565
562566 @property
Original file line number Diff line number Diff line change @@ -168,4 +168,8 @@ def root_group(self):
168168 @property
169169 def splash (self ):
170170 """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+ )
171175 return self .display ._root_group
You can’t perform that action at this time.
0 commit comments