コード例 #1
0
 def _get_parent(self, context):
     return get_parent_presentation(context, self, 'node_types')
コード例 #2
0
ファイル: types.py プロジェクト: NewLionwang/aria-ng
 def _get_parent(self, context):
     return get_parent_presentation(context, self,
                                    convert_shorthand_to_full_type_name,
                                    'artifact_types')
コード例 #3
0
 def _get_parent(self, context):
     return get_parent_presentation(context, self, 'relationships')