(
self: SyncClientProtocol, category: str | None = None, **kwargs
)
| 115 | |
| 116 | @overload |
| 117 | def acl_cat( |
| 118 | self: SyncClientProtocol, category: str | None = None, **kwargs |
| 119 | ) -> list[bytes | str]: ... |
| 120 | |
| 121 | @overload |
| 122 | def acl_cat( |