Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ __setitem__
Method
__setitem__
module/ConfigParser.py:377–379 ·
view source on GitHub ↗
setitem
(self, item, value)
Source
from the content-addressed store, hash-verified
375
return
self.parser.get(self.section, item)
376
377
def
__setitem__(self, item, value):
378
""
"setitem"
""
379
self.parser.set(self.section, item, value)
380
381
382
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected