Restore stubtest 0.930 (#6663)

This commit is contained in:
Sebastian Rittau
2021-12-23 05:18:19 +01:00
committed by GitHub
parent 9bf2ceb963
commit 3fb2bcd4c1
51 changed files with 478 additions and 123 deletions

View File

@@ -1,7 +1,9 @@
from typing import overload
from typing_extensions import Literal
LOG_ALERT: int
LOG_AUTH: int
LOG_AUTHPRIV: Literal[80]
LOG_CONS: int
LOG_CRIT: int
LOG_CRON: int
@@ -25,6 +27,7 @@ LOG_NDELAY: int
LOG_NEWS: int
LOG_NOTICE: int
LOG_NOWAIT: int
LOG_ODELAY: Literal[4]
LOG_PERROR: int
LOG_PID: int
LOG_SYSLOG: int