Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
650
class
CycleError(Exception):
Callers
4
_AddAccumulatedActionsToMSVS
Function · 0.95
_GenerateExternalRules
Function · 0.95
_PrepareListOfSources
Function · 0.95
_GenerateActionsForMSBuild
Function · 0.95
Calls
1
add
Method · 0.95
Tested by
no test coverage detected