========================= Using pseudo classes ========================= :button ================== Matches all button input elements and the button element:: >>> from pyquery import PyQuery >>> d = PyQuery(('
' ... '
')) >>> d(':button') [,