コード例 #1
0
 def contains(self, principal):
     return (ConfigurableCrowd.contains(self, principal)
             and InstructorsCrowd(self.context).contains(principal))
コード例 #2
0
ファイル: group.py プロジェクト: l1ph0x/schooltool-2
 def contains(self, principal):
     return (ConfigurableCrowd.contains(self, principal) and
             GroupMemberCrowd(self.context).contains(principal))
コード例 #3
0
ファイル: section.py プロジェクト: achouhans/schooltool-2.8.5
 def contains(self, principal):
     return (ConfigurableCrowd.contains(self, principal) and
             InstructorsCrowd(self.context).contains(principal))