Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _random_bytes
Function
_random_bytes
bson/objectid.py:43–45 ·
view source on GitHub ↗
Get the 5-byte random field of an ObjectId.
()
Source
from the content-addressed store, hash-verified
41
42
43
def
_random_bytes() -> bytes:
44
""
"Get the 5-byte random field of an ObjectId."
""
45
return
os.urandom(5)
46
47
48
class
ObjectId:
Callers
2
ObjectId
Class · 0.85
_random
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected