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

Method children

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

Return this element's children as an `ElementCollection`.

(self)

Source from the content-addressed store, hash-verified

587
588 @property
589 def children(self):
590 """
591 Return this element's children as an `ElementCollection`.
592 """
593 return ElementCollection.wrap_dom_elements(self._dom_element.children)
594
595 @property
596 def classes(self):

Callers

nothing calls this directly

Calls 1

wrap_dom_elementsMethod · 0.80

Tested by

no test coverage detected