Revision b107fe05 lib/opcodes.py

b/lib/opcodes.py
650 650
    _PQueryWhat,
651 651
    ("fields", ht.NoDefault, ht.TListOf(ht.TNonEmptyString),
652 652
     "Requested fields"),
653
    ("filter", None, ht.TOr(ht.TNone,
654
                            ht.TListOf(ht.TOr(ht.TNonEmptyString, ht.TList))),
653
    ("filter", None, ht.TOr(ht.TNone, ht.TListOf),
655 654
     "Query filter"),
656 655
    ]
657 656

  

Also available in: Unified diff