Mark Ren'Py collection types as pure.
More specifically, __renpy__list__, __renpy__set__, and __renpy__dict__. Per #1935.
This commit is contained in:
@@ -53,6 +53,9 @@ pure_functions = {
|
||||
"_",
|
||||
"_p",
|
||||
"absolute",
|
||||
"__renpy__list__",
|
||||
"__renpy__dict__",
|
||||
"__renpy__set__",
|
||||
|
||||
# defaultstore.py
|
||||
"ImageReference", "Image", "Frame", "Solid", "LiveComposite", "LiveCrop",
|
||||
|
||||
Reference in New Issue
Block a user