• Jim Fulton's avatar
    Added numeric object support. This means that wrapped numeric objects · 7d0d5672
    Jim Fulton authored
    should behave properly.
    
    Comparison should now work correctly for wrapped objects, even when
    compared with unwrapped objects.
    
    Note that when a comparison or numeric operator is a Python method
    or is interited from a data-less base class, then a wrapped object is
    passed to the operator and acquisition may be used.
    7d0d5672
Acquisition.c 29.4 KB