(
self: SyncClientProtocol,
module: str | None = None,
category: str | None = None,
pattern: str | None = None,
)
| 1321 | |
| 1322 | @overload |
| 1323 | def command_list( |
| 1324 | self: SyncClientProtocol, |
| 1325 | module: str | None = None, |
| 1326 | category: str | None = None, |
| 1327 | pattern: str | None = None, |
| 1328 | ) -> list[bytes | str]: ... |
| 1329 | |
| 1330 | @overload |
| 1331 | def command_list( |