Skip to content
Snippets Groups Projects
Commit 010cf843 authored by Florent Aide's avatar Florent Aide
Browse files

docstrings

parent a0843ae7
No related branches found
No related tags found
No related merge requests found
# -*- encoding: utf-8 -*-
from openerp import models
from openerp import api
from openerp import fields
......@@ -14,6 +15,9 @@
@api.multi
def _get_lasso_for_provider(self):
"""internal helper to get a configured lasso.Login object for the
given provider id"""
# user is not connected yet... so use SUPERUSER_ID
# TODO: we should cache those results somewhere because it is
......@@ -17,7 +21,7 @@
# user is not connected yet... so use SUPERUSER_ID
# TODO: we should cache those results somewhere because it is
# really costy to always recreate a login variable from buffers
# really costly to always recreate a login variable from buffers
server = lasso.Server.newFromBuffers(
self.sp_metadata,
self.sp_pkey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment