Lines Matching refs:default
529 def get(self, key, default=None):
531 the value given for 'default' if it doesn't have that
533 return self._getAttrMap().get(key, default)
984 def buildTagMap(default, *args):
995 #It's a list. Map each item to the default.
997 built[k] = default
999 #It's a scalar. Map it to the default.
1000 built[portion] = default
1178 By default, Beautiful Soup uses regexes to sanitize input,
1183 The default parser massage techniques fix the two most common
1996 #By default, act as an HTML pretty-printer.