Home
last modified time | relevance | path

Searched refs:PyScript (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Doc/library/
Dintro.rst89 For Python in the browser, users should consider `Pyodide`_ or `PyScript`_.
90 PyScript is built on top of Pyodide, which itself is built on top of
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/
H A Dcerealgenerator.py643 self.addModule(cereal.PyScript(self.host_tag, "vulkan_printer", customAbsDir=Path(
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dcodegen.py196 class PyScript(SingleFileModule): class