• Vincent Pelletier's avatar
    CopySupport: Make is_indexable 3-states. · ba0fd479
    Vincent Pelletier authored
    Consistently with newContent/constructInstance, caller may request one of
    three choices:
    - do not override class choice
    - override class choice, making instance non-indexable
    - override class choice, making instance indexable
    So is_indexable now defaults to None instead of True.
    ba0fd479
CopySupport.py 22.3 KB