Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
def
oid(x):
34
return
ObjectId()
35
36
37
class
TestObjectId(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
ObjectId
Class · 0.90
Tested by
no test coverage detected