Revision cfdf561d lib/opcodes.py

b/lib/opcodes.py
1737 1737
  OP_DSC_FIELD = "name"
1738 1738
  OP_PARAMS = [
1739 1739
    _PTagKind,
1740
    # Not using _PUseLocking as the default is different for historical reasons
1741
    ("use_locking", True, ht.TBool, "Whether to use synchronization"),
1740 1742
    # Name is only meaningful for nodes and instances
1741 1743
    ("name", ht.NoDefault, ht.TMaybeString, None),
1742 1744
    ]

Also available in: Unified diff