Mark Ren'Py collection types as pure.

More specifically, __renpy__list__, __renpy__set__, and
__renpy__dict__.

Per #1935.
This commit is contained in:
Tom Rothamel
2019-09-11 22:50:50 -04:00
parent 44b5af95ff
commit bbaf654ef9
+3
View File
@@ -53,6 +53,9 @@ pure_functions = {
"_",
"_p",
"absolute",
"__renpy__list__",
"__renpy__dict__",
"__renpy__set__",
# defaultstore.py
"ImageReference", "Image", "Frame", "Solid", "LiveComposite", "LiveCrop",