示例#1
0
 def _get_parent(self, context):
     return get_parent_presentation(context, self, 'node_types')
示例#2
0
 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')