MCPcopy 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
43def _random_bytes() -> bytes:
44 """Get the 5-byte random field of an ObjectId."""
45 return os.urandom(5)
46
47
48class ObjectId:

Callers 2

ObjectIdClass · 0.85
_randomMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected