mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add hints for 3 globals from logging/__init__.py (#3159)
This commit is contained in:
@@ -26,6 +26,9 @@ else:
|
||||
_Path = str
|
||||
|
||||
raiseExceptions: bool
|
||||
logThreads: bool
|
||||
logMultiprocessing: bool
|
||||
logProcesses: bool
|
||||
|
||||
def currentframe() -> FrameType: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user