Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ __setitem__
Method
__setitem__
v2/test/BoostBuild.py:1172–1173 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
1170
return
self.l[key]
1171
1172
def
__setitem__(self, key, value):
1173
self.l[key] = value
1174
1175
def
__delitem__(self, key):
1176
del self.l[key]
Callers
1
get_args
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected