MCPcopy Create free account
hub / github.com/boostorg/build / get_value

Function get_value

v2/util/utility.py:71–74  ·  view source on GitHub ↗

Gets the value of a property, that is, the part following the grist, if any.

(property)

Source from the content-addressed store, hash-verified

69 return [ replace_grist_one (feature, new_grist) for feature in features ]
70
71def get_value (property):
72 """ Gets the value of a property, that is, the part following the grist, if any.
73 """
74 return replace_grist (property, '')
75
76def get_grist (value):
77 """ Returns the grist of a string.

Callers 1

processMethod · 0.85

Calls 1

replace_gristFunction · 0.85

Tested by

no test coverage detected