Lines Matching refs:two
26 Beautiful Soup defines classes for two main parsing strategies:
176 #Find the two elements that would be next to each other if
178 #the two.
673 NOTE: right now this will return false if two tags have the
1101 The default parser massage techniques fix the two most common
1639 bold. When it encounters '</b></b>' it will close two more 'b'
1640 tags, for a grand total of three tags closed instead of two. This