Searched refs:LazyProperty (Results 1 – 2 of 2) sorted by relevance
129 class LazyProperty(object): class213 p = LazyProperty(feature_name, value, condition=condition)383 if isinstance(p, LazyProperty):387 result.append(LazyProperty(feature_name, value, condition=expanded))
221 if isinstance(p, property.LazyProperty):239 elif not isinstance(p, property.LazyProperty):