def get_attributes_from_names_list(self, attribute_type_name_list, status=None, get_obj=False): from gattribute import GAttribute return GAttribute.get_triples_from_sub_type_list( self._id, attribute_type_name_list, status, get_obj)
def get_attributes_from_names_list(self, attribute_type_name_list, status=None, get_obj=False): from gattribute import GAttribute return GAttribute.get_triples_from_sub_type_list(self._id, attribute_type_name_list, status, get_obj)
def get_attribute(self, attribute_type_name, status=None): from gattribute import GAttribute return GAttribute.get_triples_from_sub_type(self._id, attribute_type_name, status)