MCPcopy Create free account
hub / github.com/shidenggui/easyquant / __hash__

Method __hash__

easyquant/push_engine/clock_engine.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 return False
46
47 def __hash__(self):
48 return self.second
49
50
51class ClockMomentHandler:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected