pyodide/docs
Hood Chatham 379388c20c
ENH Add js_id attribute to JsProxy for use as a dictionary key (#2515)
It's useful to be able to hash on object identity. For instance in Python
if we want to store objects in a dictionary using object identity to
store/access obj we use `id(obj)` as the index. This adds `js_id` as an
attribute to `JsProxy` so that `jsobj.js_id` can be used as a dictionary key
to key on identity of the JavaScript object.
2022-05-07 12:02:01 -07:00
..
_static
development Add bump2version [skip ci] (#2460) 2022-05-05 10:45:09 -06:00
project ENH Add js_id attribute to JsProxy for use as a dictionary key (#2515) 2022-05-07 12:02:01 -07:00
sphinx_pyodide Fix test_pyodide_analyzer (#2501) 2022-05-05 08:13:02 -06:00
usage DOC Add documentation entry about file system access (#2420) 2022-05-04 19:43:34 +09:00
Makefile Python 3.10 (#2225) 2022-03-17 15:48:56 -07:00
conf.py v0.21.0dev0 2022-04-09 13:50:07 -07:00
index.rst
make.bat
pyodide-jsdoc-plugin.js
requirements-doc.txt Python 3.10 (#2225) 2022-03-17 15:48:56 -07:00