mirror of https://github.com/pyodide/pyodide.git
586 B
586 B
Python API
Backward compatibility of the API is not guaranteed at this point.
JavaScript Modules
By default there are two JavaScript modules. More can be added with
{any}pyodide.registerJsModule
. You can import these modules using the Python
import
statement in the normal way.
.. list-table::
* - ``js``
- The global JavaScript scope.
* - :js:mod:`pyodide_js <pyodide>`
- The JavaScript Pyodide module.
.. currentmodule:: pyodide
.. automodule:: pyodide
:members:
:autosummary:
:autosummary-no-nesting: