MCPcopy 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
22def set(key, value):
23 _dict[key] = value
24
25def get(key, default_value=None):
26 if key in _dict:

Callers 2

set_callerFunction · 0.85
set_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected