mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Declare logging.root -- undocumented but used. (#534)
This commit is contained in:
committed by
Guido van Rossum
parent
7a7873aa94
commit
0321b2179b
@@ -344,3 +344,11 @@ class NullHandler(Handler): ...
|
||||
class PlaceHolder:
|
||||
def __init__(self, alogger: Logger) -> None: ...
|
||||
def append(self, alogger: Logger) -> None: ...
|
||||
|
||||
|
||||
# Below aren't in module docs but still visible
|
||||
|
||||
class RootLogger(Logger):
|
||||
pass
|
||||
|
||||
root = ... # type: RootLogger
|
||||
|
||||
Reference in New Issue
Block a user