(self)
| 6412 | return SessionBulkDeleteResult(freed_bytes) |
| 6413 | |
| 6414 | def to_dict(self) -> dict: |
| 6415 | result: dict = {} |
| 6416 | result["freedBytes"] = from_dict(from_int, self.freed_bytes) |
| 6417 | return result |
| 6418 | |
| 6419 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 6420 | class SessionCapability(Enum): |
nothing calls this directly
no test coverage detected