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

Method options

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

Return the list of option elements.

(self)

Source from the content-addressed store, hash-verified

927
928 @property
929 def options(self):
930 """
931 Return the list of option elements.
932 """
933 return [Element.wrap_dom_element(o) for o in self._element._dom_element.options]
934
935 @property
936 def selected(self):

Callers

nothing calls this directly

Calls 1

wrap_dom_elementMethod · 0.80

Tested by

no test coverage detected