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