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
pyodide.registerJsModule()
. You can import these modules using the Python
import
statement in the normal way.
|
The global JavaScript scope. |
The JavaScript Pyodide module. |
Python Modules
Utilities for evaluating Python and JavaScript code. |
|
Similar to the Python builtin code module but handles top level await. Used for implementing the Pyodide console. |
|
The |
|
Defines |
|
The Pyodide event loop implementation. This is automatically configured correctly for most use cases it is unlikely you will need it outside of niche use cases. |