Home | History | Annotate | Download | only in test

Lines Matching refs:usub

62             class usub(unicode):
64 return 'usub(%r)' % unicode.__repr__(self)
65 object = usub(object)