MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / uuid.py

File uuid.py

tools/python-3.11.9-amd64/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.
2
3This module provides immutable UUID objects (class UUID) and the functions
4uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5

Callers

nothing calls this directly

Calls 2

UUIDClass · 0.85
systemMethod · 0.80

Tested by

no test coverage detected