Home
last modified time | relevance | path

Searched refs:RevertableList (Results 1 – 5 of 5) sorted by relevance

/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dpython.py953 class RevertableList(list): class
983 return RevertableList(l)
995 return RevertableList(rv)
1003 return RevertableList(list.__mul__(self, other))
1052 return RevertableList(range(*args))
1056 return RevertableList(sorted(*args, **kwargs))
1083 rv = RevertableList(rv)
1091 rv = RevertableList(rv)
1099 rv = RevertableList(rv)
H A Dminstore.py37 from renpy.python import RevertableList as __renpy__list__
H A Dexecution.py182 self.modes = renpy.python.RevertableList([ "start" ])
315 self.modes = renpy.python.RevertableList([ "start" ])
H A Dexports.py2955 _list_type = renpy.python.RevertableList
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Ddragdrop.py789 _list_type = renpy.python.RevertableList
965 return renpy.python.RevertableList(self.children)