MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / failures

Method failures

quantmind/flows/batch.py:46–48  ·  view source on GitHub ↗

Alias for ``errors`` to mirror ``successes`` for symmetry.

(self)

Source from the content-addressed store, hash-verified

44
45 @property
46 def failures(self) -> list[tuple[int, Exception]]:
47 """Alias for ``errors`` to mirror ``successes`` for symmetry."""
48 return list(self.errors)
49
50
51async def batch_run(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected