Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ SomeClass
Class
SomeClass
t/unit/backends/test_database.py:22–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
SomeClass:
23
24
def
__init__(self, data):
25
self.data = data
26
27
def
__eq__(self, cmp):
28
return
self.data == cmp.data
29
30
31
class
test_session_cleanup:
Callers
1
test_is_pickled
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_is_pickled
Method · 0.56