Пример #1
0
 def set_cfg_state_2_DESTROY(ifc_cfg):
     'Transformer to set the State of each entry to DETROY'
     set_cfg_state(ifc_cfg, State.DESTROY)
     return ifc_cfg
Пример #2
0
 def set_cfg_state_2_DESTROY(ifc_cfg):
     'Transformer to set the State of each entry to DETROY'
     set_cfg_state(ifc_cfg, State.DESTROY)
     return ifc_cfg
Пример #3
0
 def set_cfg_state_2_CREATE(ifc_cfg):
     'Transformer to set the State of each entry to CREATE, the default state of all entries'
     set_cfg_state(ifc_cfg, State.CREATE)
     return ifc_cfg
Пример #4
0
 def set_cfg_state_2_CREATE(ifc_cfg):
     'Transformer to set the State of each entry to CREATE, the default state of all entries'
     set_cfg_state(ifc_cfg, State.CREATE)
     return ifc_cfg