No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

multiple.py 379B

12345678910
  1. #-*- coding: utf-8 -*-
  2. from lodel.leapi.datahandlers.reference import Reference
  3. from lodel.editorial_model.components import EmClass
  4. ## @brief This class represent a data_handler for multiple references to another object
  5. class MultipleRef(Reference):
  6. def __init__(self, allowed_classes = None, **kwargs):
  7. super().__init__(allowed_classes = allowed_classes