(self: SyncClientProtocol, **kwargs)
| 322 | |
| 323 | @overload |
| 324 | def acl_save(self: SyncClientProtocol, **kwargs) -> bool: ... |
| 325 | |
| 326 | @overload |
| 327 | def acl_save(self: AsyncClientProtocol, **kwargs) -> Awaitable[bool]: ... |
nothing calls this directly
no test coverage detected