Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __next__
Method
__next__
tensorflow/python/lib/io/file_io.py:219–220 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
217
return
retval
218
219
def
__next__(self):
220
return
self.next()
221
222
def
flush(self):
223
""
"Flushes the Writable file.
Callers
nothing calls this directly
Calls
1
next
Method · 0.95
Tested by
no test coverage detected