Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ __call__
Method
__call__
tests/mock.py:11–12 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
9
self.return_val = return_val
10
11
def
__call__(self, *args):
12
return
self.return_val
13
14
15
class
MockEstimator:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected