MCPcopy Index your code
hub / github.com/dothinking/PyAddin / get

Function get

pyaddin/resources/scripts/utils/context.py:25–29  ·  view source on GitHub ↗
(key, default_value=None)

Source from the content-addressed store, hash-verified

23 _dict[key] = value
24
25def get(key, default_value=None):
26 if key in _dict:
27 return _dict[key]
28 else:
29 return default_value
30
31
32def set_caller(caller_name:str):

Callers 2

get_callerFunction · 0.85
get_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected