Revision 697f49d5 lib/opcodes.py

b/lib/opcodes.py
1206 1206
  """
1207 1207
  OP_DSC_FIELD = "duration"
1208 1208
  OP_PARAMS = [
1209
    ("duration", ht.NoDefault, ht.TFloat),
1209
    ("duration", ht.NoDefault, ht.TNumber),
1210 1210
    ("on_master", True, ht.TBool),
1211 1211
    ("on_nodes", ht.EmptyList, ht.TListOf(ht.TNonEmptyString)),
1212 1212
    ("repeat", 0, ht.TPositiveInt)

Also available in: Unified diff