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

Method __ignore_elements

v2/test/BoostBuild.py:954–956  ·  view source on GitHub ↗

Removes in-place 'list' elements matching the given 'wildcard'.

(self, list, wildcard)

Source from the content-addressed store, hash-verified

952 self.fail_test(1)
953
954 def __ignore_elements(self, list, wildcard):
955 """Removes in-place 'list' elements matching the given 'wildcard'."""
956 list[:] = filter(lambda x, w=wildcard: not fnmatch.fnmatch(x, w), list)
957
958 def __makedirs(self, path, wait):
959 """

Callers 4

ignore_additionMethod · 0.95
ignore_removalMethod · 0.95
ignore_modificationMethod · 0.95
ignore_touchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected