Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ OuterClass
Class
OuterClass
tests/python/test_objects.py:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
self.c = 2
18
19
class
OuterClass:
20
def
__init__(self):
21
self.a = 1
22
self.b = InnerClass()
23
24
o = OuterClass()
25
Callers
1
test_eval_pyobjects_subobjects
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_eval_pyobjects_subobjects
Function · 0.68