mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add stub for _thread.get_ident() (#746)
This commit is contained in:
committed by
Guido van Rossum
parent
3cae92253b
commit
0392ccaa9c
@@ -12,3 +12,4 @@ class LockType:
|
||||
def release(self) -> None: ...
|
||||
|
||||
def allocate_lock() -> LockType: ...
|
||||
def get_ident() -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user