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

Class InnerClass

tests/python/test_objects.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
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 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by 1

__init__Method · 0.68