Home | History | Annotate | Download | only in afe

Lines Matching refs:get_args

1322         attribute_model, get_args = self._get_attribute_model_and_args(
1324 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
1330 attribute_model, get_args = self._get_attribute_model_and_args(
1333 attribute_model.objects.get(**get_args).delete()