Lines Matching refs:WRAPPERS
24 # 2001-02-26 fl Added compare support to wrappers (0.9.9/1.0b1)40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers515 WRAPPERS = (DateTime, Binary)517 WRAPPERS = WRAPPERS + (Boolean,)749 # check for special wrappers750 if value.__class__ in WRAPPERS: