Add hints for 3 globals from logging/__init__.py (#3159)

This commit is contained in:
Brad
2019-07-30 11:28:13 -04:00
committed by Sebastian Rittau
parent 32a89809f0
commit bd2d0fcc85

View File

@@ -26,6 +26,9 @@ else:
_Path = str
raiseExceptions: bool
logThreads: bool
logMultiprocessing: bool
logProcesses: bool
def currentframe() -> FrameType: ...