Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_clear
Function
test_clear
tests/python/test_dict_methods.py:142–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
141
142
def
test_clear():
143
likes = pm.eval(
'({"color": "blue", "fruit": "apple", "pet": "dog"})'
)
144
likes.clear()
145
assert len(likes) == 0
146
147
# copy
148
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected