Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_get_no_default
Function
test_get_no_default
tests/python/test_dict_methods.py:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
6
def
test_get_no_default():
7
likes = pm.eval(
'({"color": "blue", "fruit": "apple", "pet": "dog"})'
)
8
foundKey = likes.get(
'fruit'
)
9
assert foundKey ==
'apple'
10
11
12
def
test_get_no_default_not_found():
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected