mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
update DrissionPage/_units/listener.pyi. fix a typo
修复参数命名问题,详情见:https://gitee.com/g1879/DrissionPage/pulls/32 Signed-off-by: Marquez <10957881+m4rque2@user.noreply.gitee.com>
This commit is contained in:
parent
86ff9098b2
commit
83e5fa1aa4
@ -58,7 +58,7 @@ class Listener(object):
|
|||||||
def wait(self,
|
def wait(self,
|
||||||
count: int = 1,
|
count: int = 1,
|
||||||
timeout: float = None,
|
timeout: float = None,
|
||||||
fit_count: bool = True,
|
fix_count: bool = True,
|
||||||
raise_err: bool = None) -> Union[List[DataPacket], DataPacket, None]: ...
|
raise_err: bool = None) -> Union[List[DataPacket], DataPacket, None]: ...
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user