mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
Add SysLogHandler.address attribute (#6037)
This commit is contained in:
@@ -167,6 +167,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
|
||||
ident: str # undocumented
|
||||
|
||||
Reference in New Issue
Block a user