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

Method __init__

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

Source from the content-addressed store, hash-verified

14def test_eval_pyobjects_subobjects():
15 class InnerClass:
16 def __init__(self):
17 self.c = 2
18
19 class OuterClass:
20 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected