mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
committed by
Sebastian Rittau
parent
b77da551d9
commit
292cbf1a35
@@ -132,7 +132,7 @@ class SysLogHandler(Handler):
|
||||
facility: int = ..., socktype: _SocketKind = ...) -> None: ...
|
||||
def encodePriority(self, facility: Union[int, str],
|
||||
priority: Union[int, str]) -> int: ...
|
||||
def mapPriority(self, levelName: int) -> str: ...
|
||||
def mapPriority(self, levelName: str) -> str: ...
|
||||
|
||||
|
||||
class NTEventLogHandler(Handler):
|
||||
|
||||
Reference in New Issue
Block a user