(self)
| 562 | ) |
| 563 | |
| 564 | def delete(self): |
| 565 | raise NotImplementedError( |
| 566 | "Django doesn't provide a DB representation for AnonymousUser." |
| 567 | ) |
| 568 | |
| 569 | def set_password(self, raw_password): |
| 570 | raise NotImplementedError( |
no outgoing calls
no test coverage detected