(self, passwordHash)
| 388 | User.__init__(self, "dummy", "", True, UserManager.valid_roles) |
| 389 | |
| 390 | def check_password(self, passwordHash): |
| 391 | return True |
| 392 | |
| 393 | class DummyIdentity(Identity): |
| 394 | def __init__(self): |
nothing calls this directly
no outgoing calls
no test coverage detected