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

Method __remove_satisfied

v2/util/order.py:115–121  ·  view source on GitHub ↗
(self, constraints, obj)

Source from the content-addressed store, hash-verified

113 return not failed
114
115 def __remove_satisfied (self, constraints, obj):
116 result = []
117 for c in constraints:
118 if c [0] != obj:
119 result.append (c)
120
121 return result

Callers 1

orderMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected