Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
def
get(key, default_value=None):
26
if
key in _dict:
27
return
_dict[key]
28
else
:
29
return
default_value
30
31
32
def
set_caller(caller_name:str):
Callers
2
get_caller
Function · 0.85
get_logger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected