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

Method remove

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

Remove the option at the specified `index`.

(self, index)

Source from the content-addressed store, hash-verified

969 self._element._dom_element.length = 0
970
971 def remove(self, index):
972 """
973 Remove the option at the specified `index`.
974 """
975 self._element._dom_element.remove(index)
976
977
978class ContainerElement(Element):

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected