fix pexpect delaybeforesend_type (#11221)

This commit is contained in:
Pierre Marchand
2024-01-04 16:16:39 +01:00
committed by GitHub
parent 1b2cabce4d
commit 9fe7e1f28f

View File

@@ -41,7 +41,7 @@ class SpawnBase:
logfile_send: _Logfile
maxread: Incomplete
searchwindowsize: Incomplete
delaybeforesend: float
delaybeforesend: float | None
delayafterclose: float
delayafterterminate: float
delayafterread: float