Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dothinking/PyAddin
/ set
Function
set
pyaddin/resources/scripts/utils/context.py:22–23 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
20
_dict = {}
21
22
def
set(key, value):
23
_dict[key] = value
24
25
def
get(key, default_value=None):
26
if
key in _dict:
Callers
2
set_caller
Function · 0.85
set_logger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected