(
self: SyncClientProtocol,
on: bool = True,
clientid: int | None = None,
prefix: Sequence[KeyT] = [],
bcast: bool = False,
optin: bool = False,
optout: bool = False,
noloop: bool = False,
**kwargs,
)
| 1026 | |
| 1027 | @overload |
| 1028 | def client_tracking( |
| 1029 | self: SyncClientProtocol, |
| 1030 | on: bool = True, |
| 1031 | clientid: int | None = None, |
| 1032 | prefix: Sequence[KeyT] = [], |
| 1033 | bcast: bool = False, |
| 1034 | optin: bool = False, |
| 1035 | optout: bool = False, |
| 1036 | noloop: bool = False, |
| 1037 | **kwargs, |
| 1038 | ) -> bytes | str: ... |
| 1039 | |
| 1040 | @overload |
| 1041 | def client_tracking( |
no test coverage detected