Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ firstn_reader
Function
firstn_reader
python/paddle/reader/decorator.py:462–466 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
460
# resource or not?
461
462
def
firstn_reader():
463
for
i, item in enumerate(reader()):
464
if
i == n:
465
break
466
yield
item
467
468
return
firstn_reader
469
Callers
nothing calls this directly
Calls
1
reader
Function · 0.70
Tested by
no test coverage detected