MCPcopy
hub / github.com/csev/py4e / children

Method children

code3/bs4/element.py:1265–1267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1263 #Generator methods
1264 @property
1265 def children(self):
1266 # return iter() to make the purpose of the method clear
1267 return iter(self.contents) # XXX This seems to be untested.
1268
1269 @property
1270 def descendants(self):

Callers 15

foundation.min.jsFile · 0.45
dFunction · 0.45
hFunction · 0.45
uFunction · 0.45
cFunction · 0.45
foundation.jsFile · 0.45
nextSiblingFunction · 0.45
prevSiblingFunction · 0.45
openSubFunction · 0.45
closeSubFunction · 0.45
foundation.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected