MCPcopy Create free account
hub / github.com/modAL-python/modAL / __iter__

Method __iter__

tests/mock.py:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 return self.n_learners
107
108 def __iter__(self):
109 for x in range(self.n_learners):
110 yield x
111
112 def _calculate_disagreement(self, *args, **kwargs):
113 return self.calculate_disagreement_return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected