(self)
| 159 | await WavesUser.mark_cookie_invalid(uid, cookie, "无效") |
| 160 | |
| 161 | def throw_msg(self) -> str: |
| 162 | if isinstance(self.msg, str): |
| 163 | return self.msg |
| 164 | return ThrowMsg.SYSTEM_BUSY |
| 165 | |
| 166 | |
| 167 | if __name__ == "__main__": |
nothing calls this directly
no outgoing calls
no test coverage detected