MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / jsonl_samples

Function jsonl_samples

SwissArmyTransformer/sat/data_utils/jsonlds.py:61–63  ·  view source on GitHub ↗
(src, handler=reraise_exception)

Source from the content-addressed store, hash-verified

59 yield sample
60
61def jsonl_samples(src, handler=reraise_exception):
62 streams = url_opener(src, handler=handler)
63 return jsonl_expander(streams)
64
65
66

Callers

nothing calls this directly

Calls 2

jsonl_expanderFunction · 0.85
url_openerFunction · 0.70

Tested by

no test coverage detected