Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ __iter__
Method
__iter__
monai/data/thread_buffer.py:198–199 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
196
self.repeats = repeats
197
198
def
__iter__(self):
199
yield
from
buffer_iterator(super().__iter__(), self.buffer_size, self.buffer_timeout, self.repeats)
Callers
nothing calls this directly
Calls
2
buffer_iterator
Function · 0.85
__iter__
Method · 0.45
Tested by
no test coverage detected