mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
@@ -69,10 +69,10 @@ class UUID:
|
||||
def get_urn(self) -> str: ...
|
||||
def get_variant(self) -> str: ...
|
||||
def get_version(self) -> Optional[_Int]: ...
|
||||
def __cmp__(self, other: Any) -> int: ...
|
||||
def __cmp__(self, other: Any) -> _Int: ...
|
||||
|
||||
def getnode() -> int: ...
|
||||
def uuid1(node: Optional[int] = ..., clock_seq: Optional[int] = ...) -> UUID: ...
|
||||
def uuid1(node: Optional[_Int] = ..., clock_seq: Optional[_Int] = ...) -> UUID: ...
|
||||
def uuid3(namespace: UUID, name: str) -> UUID: ...
|
||||
def uuid4() -> UUID: ...
|
||||
def uuid5(namespace: UUID, name: str) -> UUID: ...
|
||||
|
||||
Reference in New Issue
Block a user