mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add SysLogHandler.address attribute (#6037)
This commit is contained in:
@@ -84,6 +84,7 @@ class SysLogHandler(Handler):
|
||||
LOG_LOCAL5: int
|
||||
LOG_LOCAL6: int
|
||||
LOG_LOCAL7: int
|
||||
address: Tuple[str, int] | str # undocumented
|
||||
unixsocket: bool # undocumented
|
||||
socktype: SocketKind # undocumented
|
||||
facility: int # undocumented
|
||||
|
||||
Reference in New Issue
Block a user