Eric Firing wrote:
> Eric Firing wrote:
>> Ryan May wrote:
>>> Hi,
>>>
>>> As promised, here's a short patch to add get_offsets() and
>>> set_offsets() to the Collections() base class. I tried to make it do
>>> the right thing with regard to _offsets vs. _uniform_offsets,
>>> depending on wheth
Eric Firing wrote:
> Ryan May wrote:
>> Hi,
>>
>> As promised, here's a short patch to add get_offsets() and set_offsets()
>> to the Collections() base class. I tried to make it do the right thing
>> with regard to _offsets vs. _uniform_offsets, depending on whether
>> _uniform_offsets is None.
Ryan May wrote:
> Hi,
>
> As promised, here's a short patch to add get_offsets() and set_offsets()
> to the Collections() base class. I tried to make it do the right thing
> with regard to _offsets vs. _uniform_offsets, depending on whether
> _uniform_offsets is None. I also had tried to make
Hi,
As promised, here's a short patch to add get_offsets() and set_offsets()
to the Collections() base class. I tried to make it do the right thing
with regard to _offsets vs. _uniform_offsets, depending on whether
_uniform_offsets is None. I also had tried to make __init__ use
set_offsets,