Home | History | Annotate | Download | only in test

Lines Matching full:computed_attribute

1504             class computed_attribute(object):
1525 x = computed_attribute(__get_x, __set_x, __delete_x)