MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / __init__

Method __init__

tests/python/test_objects.py:33–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31def test_eval_pyobjects_cycle():
32 class MyClass:
33 def __init__(self):
34 self.a = 1
35 self.b = 2
36 self.recursive = self
37
38 o = MyClass()
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected