Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ __setitem__
Method
__setitem__
service/settings.py:115–116 ·
view source on GitHub ↗
(self, k, v)
Source
from the content-addressed store, hash-verified
113
return
None
114
115
def
__setitem__(self, k, v):
116
self.info[k] = v
117
118
def
__iter__(self):
119
return
self.info.__iter__()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected