MCPcopy Index your code
hub / github.com/pyscript/pyscript / __init__

Method __init__

core/src/stdlib/pyscript/web.py:828–831  ·  view source on GitHub ↗

Initialise the Style dict for the given element.

(self, element)

Source from the content-addressed store, hash-verified

826 """
827
828 def __init__(self, element):
829 """Initialise the Style dict for the given element."""
830 self._style = element._dom_element.style
831 super().__init__()
832
833 def __setitem__(self, key, value):
834 """Set a style property."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected