コード例 #1
0
ファイル: events.py プロジェクト: harshdchandel/indico
 def get_non_inheriting_objects(self):
     """Get a set of child objects that do not inherit protection"""
     return get_non_inheriting_objects(self)
コード例 #2
0
ファイル: contributions.py プロジェクト: OmeGak/indico
 def get_non_inheriting_objects(self):
     """Get a set of child objects that do not inherit protection."""
     return get_non_inheriting_objects(self)