Home | History | Annotate | Download | only in python2.7

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 wrappers
515 WRAPPERS = (DateTime, Binary)
517 WRAPPERS = WRAPPERS + (Boolean,)
749 # check for special wrappers
750 if value.__class__ in WRAPPERS: