We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ca550 commit e4c2c0fCopy full SHA for e4c2c0f
stdlib/@python2/logging/handlers.pyi
@@ -84,6 +84,7 @@ class SysLogHandler(Handler):
84
LOG_LOCAL5: int
85
LOG_LOCAL6: int
86
LOG_LOCAL7: int
87
+ address: Tuple[str, int] | str # undocumented
88
unixsocket: bool # undocumented
89
socktype: SocketKind # undocumented
90
facility: int # undocumented
stdlib/logging/handlers.pyi
@@ -167,6 +167,7 @@ class SysLogHandler(Handler):
167
168
169
170
+ address: tuple[str, int] | str # undocumented
171
172
173
ident: str # undocumented
0 commit comments