MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / phase_started

Method phase_started

callbacks/callback.py:70–70  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

68 def epoch_started(self, **kwargs): self.invoke('epoch_started', **kwargs)
69
70 def phase_started(self, **kwargs): self.invoke('phase_started', **kwargs)
71
72 def phase_ended(self, **kwargs): self.invoke('phase_ended', **kwargs)
73

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected