Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ phase_ended
Method
phase_ended
callbacks/callback.py:72–72 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
70
def
phase_started(self, **kwargs): self.invoke(
'phase_started'
, **kwargs)
71
72
def
phase_ended(self, **kwargs): self.invoke(
'phase_ended'
, **kwargs)
73
74
def
epoch_ended(self, **kwargs): self.invoke(
'epoch_ended'
, **kwargs)
75
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.95
Tested by
no test coverage detected