MCPcopy Create free account
hub / github.com/nodejs/node / update

Method update

tools/gyp/pylib/gyp/common.py:644–647  ·  view source on GitHub ↗
(self, iterable)

Source from the content-addressed store, hash-verified

642
643 # Extensions to the recipe.
644 def update(self, iterable):
645 for i in iterable:
646 if i not in self:
647 self.add(i)
648
649
650class CycleError(Exception):

Callers 4

_GenerateExternalRulesFunction · 0.95
_PrepareListOfSourcesFunction · 0.95

Calls 1

addMethod · 0.95

Tested by

no test coverage detected