MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / one

Function one

test/utils_shared.py:367–369  ·  view source on GitHub ↗

Get one element of a set

(s)

Source from the content-addressed store, hash-verified

365
366
367def one(s):
368 """Get one element of a set"""
369 return next(iter(s))
370
371
372def oid_generated_on_process(oid):

Calls 2

nextFunction · 0.85
iterFunction · 0.85