Home
last modified time | relevance | path

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

/dports/games/renpy/renpy-7.4.11-sdk/renpy/translation/
H A D__init__.py586 renpy.python.py_exec_bytecode(i.code.bytecode)
595 renpy.python.py_exec_bytecode(i.code.bytecode)
/dports/games/renpy/renpy-7.4.11-sdk/renpy/test/
H A Dtestast.py476 renpy.python.py_exec_bytecode(self.code.bytecode)
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dscreenlang.py1270 renpy.python.py_exec_bytecode(self.code.bytecode, locals=scope)
H A Dast.py928 renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
985 renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
H A Dpython.py2234 def py_exec_bytecode(bytecode, hide=False, globals=None, locals=None, store="store"): # @ReservedAs… function