Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ el
Function
el
bridge/index.js:6–6 ·
view source on GitHub ↗
(name, props)
Source
from the content-addressed store, hash-verified
4
const
{ assign, create, entries } = Object;
5
6
const
el = (name, props) => assign(document.createElement(name), props);
7
8
/**
9
* Transform a list of keys into a Python dictionary.
Callers
1
get
Function · 0.85
Calls
1
assign
Function · 0.85
Tested by
no test coverage detected