Home | History | Annotate | Download | only in test

Lines Matching refs:computed_attribute

1495             class computed_attribute(object):
1516 x = computed_attribute(__get_x, __set_x, __delete_x)