Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ MyClass
Class
MyClass
tests/python/test_objects.py:6–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
def
test_eval_pyobjects():
6
class
MyClass:
7
pass
8
9
o = MyClass()
10
proxy_o = pm.eval(
"(obj) => { return obj; }"
)(o)
Callers
13
test_eval_pyobjects
Function · 0.85
test_eval_pyobjects_cycle
Function · 0.85
test_eval_pyobjects_proxy_get
Function · 0.85
test_eval_pyobjects_proxy_set
Function · 0.85
test_eval_pyobjects_proxy_keys
Function · 0.85
test_eval_pyobjects_proxy_delete
Function · 0.85
test_eval_pyobjects_proxy_has
Function · 0.85
test_eval_pyobjects_proxy_not_extensible
Function · 0.85
test_instanceof_pyobject
Function · 0.85
test_pyobjects_not_instanceof_string
Function · 0.85
test_pyobjects_valueOf
Function · 0.85
test_pyobjects_toString
Function · 0.85
Calls
no outgoing calls
Tested by
13
test_eval_pyobjects
Function · 0.68
test_eval_pyobjects_cycle
Function · 0.68
test_eval_pyobjects_proxy_get
Function · 0.68
test_eval_pyobjects_proxy_set
Function · 0.68
test_eval_pyobjects_proxy_keys
Function · 0.68
test_eval_pyobjects_proxy_delete
Function · 0.68
test_eval_pyobjects_proxy_has
Function · 0.68
test_eval_pyobjects_proxy_not_extensible
Function · 0.68
test_instanceof_pyobject
Function · 0.68
test_pyobjects_not_instanceof_string
Function · 0.68
test_pyobjects_valueOf
Function · 0.68
test_pyobjects_toString
Function · 0.68