MCPcopy
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
22class 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
31class test_session_cleanup:

Callers 1

test_is_pickledMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_is_pickledMethod · 0.56