Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/build/
Dproperty.py163 def create_from_string(s, allow_condition=False,allow_missing_value=False): argument
166 assert isinstance(allow_missing_value, bool)
196 if not value and not allow_missing_value: