Home
last modified time | relevance | path

Searched refs:LazyProperty (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/build/src/build/
Dproperty.py129 class LazyProperty(object): class
213 p = LazyProperty(feature_name, value, condition=condition)
383 if isinstance(p, LazyProperty):
387 result.append(LazyProperty(feature_name, value, condition=expanded))
Dproperty_set.py221 if isinstance(p, property.LazyProperty):
239 elif not isinstance(p, property.LazyProperty):