Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_opcache.py:1056–1058 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1054
class
TestInstanceDict(unittest.TestCase):
1055
1056
def
setUp(self):
1057
c = C()
1058
c.a, c.b, c.c = 0,0,0
1059
1060
def
test_values_on_instance(self):
1061
c = C()
Callers
nothing calls this directly
Calls
1
C
Class · 0.70
Tested by
no test coverage detected