Home | History | Annotate | Download | only in tests

Lines Matching refs:property

88     'property': ('real', 'imag')
234 prec = property(getprec, setprec)
235 Emin = property(getemin, setemin)
236 Emax = property(getemax, setemax)
237 rounding = property(getround, setround)
238 clamp = property(getclamp, setclamp)
239 capitals = property(getcapitals, setcapitals)