Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ __len__
Method
__len__
tests/mock.py:105–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
self.vote_proba_return = vote_proba_return
104
105
def
__len__(self):
106
return
self.n_learners
107
108
def
__iter__(self):
109
for
x in range(self.n_learners):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected