Skip to content

Commit

Permalink
[project @ Extension.getExtensionArgs: update docstring]
Browse files Browse the repository at this point in the history
  • Loading branch information
tailor committed Jun 11, 2008
1 parent 30b9c74 commit 0baf598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openid/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ class Extension(object):
def getExtensionArgs(self):
"""Get the string arguments that should be added to an OpenID
message for this extension.
@returns: A dictionary of completely non-namespaced arguments
to be added. For example, if the extension's alias is
'uncle', and this method returns {'meat':'Hot Rats'}, the
final message will contain {'openid.uncle.meat':'Hot Rats'}
"""
raise NotImplementedError

Expand Down

0 comments on commit 0baf598

Please sign in to comment.