MCPcopy Index your code
hub / github.com/python/cpython / uuid.py

File uuid.py

Lib/uuid.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1r"""UUID objects (universally unique identifiers) according to RFC 4122/9562.
2
3This module provides immutable UUID objects (class UUID) and functions for
4generating UUIDs corresponding to a specific UUID version as specified in

Callers

nothing calls this directly

Calls 2

UUIDClass · 0.85
mainFunction · 0.70

Tested by

no test coverage detected