MCPcopy Index your code
hub / github.com/python/cpython / SafeUUID

Class SafeUUID

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

Source from the content-addressed store, hash-verified

93
94@_simple_enum(Enum)
95class SafeUUID:
96 safe = 0
97 unsafe = -1
98 unknown = None
99
100
101_UINT_128_MAX = (1 << 128) - 1

Callers 2

__setstate__Method · 0.85
uuid1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…