indico.core.db.sqlalchemy.protection.render_acl

Here are the examples of the python api indico.core.db.sqlalchemy.protection.render_acl taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

3 Examples 7

Example 1

Project: indico Source File: management.py
Function: process
    def _process(self):
        return render_acl(self.contrib)

Example 2

Project: indico Source File: controllers.py
Function: process
    def _process(self):
        return render_acl(self.event_new)

Example 3

Project: indico Source File: sessions.py
Function: process
    def _process(self):
        return render_acl(self.session)