Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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