MCPcopy 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
5def test_eval_pyobjects():
6 class MyClass:
7 pass
8
9 o = MyClass()
10 proxy_o = pm.eval("(obj) => { return obj; }")(o)

Calls

no outgoing calls