From f9fba4fb3e6f6906821ed0f39e6d11cb0f26ce9d Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sun, 26 May 2019 10:13:49 -0700 Subject: API docs. --- src/pyramid/authentication.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pyramid/authentication.py b/src/pyramid/authentication.py index c1e010516..aaae36c5c 100644 --- a/src/pyramid/authentication.py +++ b/src/pyramid/authentication.py @@ -1142,6 +1142,7 @@ class SessionAuthenticationHelper: return [] def identify(self, request): + """ Return the stored userid.""" return request.session.get(self.userid_key) -- cgit v1.2.3