Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ f
Function
f
tests/python/test_lists.py:476–477 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
475
def
test_insert_function():
476
def
f():
477
return
478
a = pm.eval(
"[1,2]"
)
479
a.insert(0, f)
480
assert len(a) == 3
Callers
8
test_eval_functions
Function · 0.70
test_eval_objects_proxy_get
Function · 0.70
test_eval_objects_proxy_set
Function · 0.70
test_eval_objects_proxy_keys
Function · 0.70
test_eval_objects_proxy_delete
Function · 0.70
test_eval_objects_proxy_has
Function · 0.70
test_eval_arrays_proxy_get
Function · 0.70
test_eval_arrays_proxy_set
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected