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

Function oid

test/test_objectid.py:33–34  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

31
32
33def oid(x):
34 return ObjectId()
35
36
37class TestObjectId(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

ObjectIdClass · 0.90

Tested by

no test coverage detected