Home
last modified time | relevance | path

Searched refs:ResultSet (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py71 from bs4.element import ResultSet
72 return ResultSet(None, results)
H A Delement.py813 return ResultSet(strainer, result)
833 return ResultSet(strainer, result)
834 results = ResultSet(strainer)
2419 class ResultSet(list): class
2428 super(ResultSet, self).__init__(result)
H A D__init__.py55 ResultSet,
H A DCHANGELOG379 * PageElement.select() now returns a ResultSet rather than a regular
833 * All find_all calls should now return a ResultSet object. Patch by