mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
uuid: update for py39 (#4023)
Closing the long loop started in #3715 Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
This commit is contained in:
@@ -94,7 +94,7 @@ class UUID:
|
||||
def get_version(self) -> Optional[_Int]: ...
|
||||
def __cmp__(self, other: Any) -> _Int: ...
|
||||
|
||||
def getnode(*, getters: None = ...) -> int: ... # getters is undocumented (and unused)
|
||||
def getnode() -> int: ...
|
||||
def uuid1(node: Optional[_Int] = ..., clock_seq: Optional[_Int] = ...) -> UUID: ...
|
||||
def uuid3(namespace: UUID, name: str) -> UUID: ...
|
||||
def uuid4() -> UUID: ...
|
||||
|
||||
Reference in New Issue
Block a user