9 Copyright (C) e2its - All Rights Reserved 10 * Unauthorized copying of this file, via any medium is strictly prohibited 11 * Proprietary and confidential 13 * This file is part of gDayF project. 15 * Written by Jose L. Sanchez <e2its.es@gmail.com>, 2016-2019 18 from collections
import OrderedDict
25 OrderedDict.__init__(self)
31 def set_value(self, value, seleccionable=True, type=None):
33 self[
'seleccionable'] = bool(seleccionable)
34 self[
'type'] = str(type)
39 self[
'seleccionable'] = boolean
44 return self[
'seleccionable']