On Mon, Apr 12, 2010 at 3:31 PM, Brent Pedersen wrote:
> On Mon, Apr 12, 2010 at 3:08 PM, Robert Kern wrote:
>> On Mon, Apr 12, 2010 at 17:00, Brent Pedersen wrote:
>>> On Mon, Apr 12, 2010 at 2:46 PM, Robert Kern wrote:
On Mon, Apr 12, 2010 at 16:43, Gael Varoquaux
wrote:
> On M
On Mon, Apr 12, 2010 at 3:08 PM, Robert Kern wrote:
> On Mon, Apr 12, 2010 at 17:00, Brent Pedersen wrote:
>> On Mon, Apr 12, 2010 at 2:46 PM, Robert Kern wrote:
>>> On Mon, Apr 12, 2010 at 16:43, Gael Varoquaux
>>> wrote:
On Mon, Apr 12, 2010 at 04:39:23PM -0500, Robert Kern wrote:
>
On Mon, Apr 12, 2010 at 17:00, Brent Pedersen wrote:
> On Mon, Apr 12, 2010 at 2:46 PM, Robert Kern wrote:
>> On Mon, Apr 12, 2010 at 16:43, Gael Varoquaux
>> wrote:
>>> On Mon, Apr 12, 2010 at 04:39:23PM -0500, Robert Kern wrote:
> where should i write the docs? in the file itself or throu
On Mon, Apr 12, 2010 at 2:46 PM, Robert Kern wrote:
> On Mon, Apr 12, 2010 at 16:43, Gael Varoquaux
> wrote:
>> On Mon, Apr 12, 2010 at 04:39:23PM -0500, Robert Kern wrote:
>>> > where should i write the docs? in the file itself or through the doc
>>> > editor? also re path, since it can be a fil
On Mon, Apr 12, 2010 at 16:43, Gael Varoquaux
wrote:
> On Mon, Apr 12, 2010 at 04:39:23PM -0500, Robert Kern wrote:
>> > where should i write the docs? in the file itself or through the doc
>> > editor? also re path, since it can be a file-like, that would have to
>> > be something like:
>
>> > if
On Mon, Apr 12, 2010 at 04:39:23PM -0500, Robert Kern wrote:
> > where should i write the docs? in the file itself or through the doc
> > editor? also re path, since it can be a file-like, that would have to
> > be something like:
> > if isinstance(filename, basestring):
> > filename = os.path.
On Mon, Apr 12, 2010 at 16:14, Brent Pedersen wrote:
> On Mon, Apr 12, 2010 at 1:59 PM, Robert Kern wrote:
>> On Mon, Apr 12, 2010 at 15:52, Charles R Harris
>> wrote:
>>>
>>> On Mon, Apr 12, 2010 at 2:37 PM, Charles R Harris
>>> wrote:
On Mon, Apr 12, 2010 at 1:55 PM, Brent Pedersen
On Mon, Apr 12, 2010 at 10:22 PM, Robert Kern wrote:
>
>Peter wrote:
>>
>> Why is the new property "filename" and not "name" to match
>> the way the Python handle work? e.g.
>>
> handle = open("Documents/review.pdf")
> handle.name
>> 'Documents/review.pdf'
>>
>> I concede that "filename" is
On Mon, Apr 12, 2010 at 3:14 PM, Brent Pedersen wrote:
> On Mon, Apr 12, 2010 at 1:59 PM, Robert Kern
> wrote:
> > On Mon, Apr 12, 2010 at 15:52, Charles R Harris
> > wrote:
> >>
> >> On Mon, Apr 12, 2010 at 2:37 PM, Charles R Harris
> >> wrote:
> >>>
> >>> On Mon, Apr 12, 2010 at 1:55 PM, Bre
On Mon, Apr 12, 2010 at 16:15, Peter
wrote:
> On Mon, Apr 12, 2010 at 9:52 PM, Charles R Harris
> wrote:
>>
>>>
>>> Looks OK, I applied it. Could you add some documentation?
>>>
>>
>> And maybe the filename should be the whole path? Thoughts?
>>
>> Chuck
>
> Why is the new property "filename" and
On Mon, Apr 12, 2010 at 9:52 PM, Charles R Harris
wrote:
>
>>
>> Looks OK, I applied it. Could you add some documentation?
>>
>
> And maybe the filename should be the whole path? Thoughts?
>
> Chuck
Why is the new property "filename" and not "name" to match
the way the Python handle work? e.g.
>
On Mon, Apr 12, 2010 at 1:59 PM, Robert Kern wrote:
> On Mon, Apr 12, 2010 at 15:52, Charles R Harris
> wrote:
>>
>> On Mon, Apr 12, 2010 at 2:37 PM, Charles R Harris
>> wrote:
>>>
>>> On Mon, Apr 12, 2010 at 1:55 PM, Brent Pedersen
>>> wrote:
On Mon, Apr 12, 2010 at 9:49 AM, Robert K
On Mon, Apr 12, 2010 at 15:52, Charles R Harris
wrote:
>
> On Mon, Apr 12, 2010 at 2:37 PM, Charles R Harris
> wrote:
>>
>> On Mon, Apr 12, 2010 at 1:55 PM, Brent Pedersen
>> wrote:
>>>
>>> On Mon, Apr 12, 2010 at 9:49 AM, Robert Kern
>>> wrote:
>>> > On Mon, Apr 12, 2010 at 04:03, Nadav Horesh
On Mon, Apr 12, 2010 at 2:37 PM, Charles R Harris wrote:
>
>
> On Mon, Apr 12, 2010 at 1:55 PM, Brent Pedersen wrote:
>
>> On Mon, Apr 12, 2010 at 9:49 AM, Robert Kern
>> wrote:
>> > On Mon, Apr 12, 2010 at 04:03, Nadav Horesh
>> wrote:
>> >>
>> >> Is there a way to get the file-name given a me
On Mon, Apr 12, 2010 at 1:55 PM, Brent Pedersen wrote:
> On Mon, Apr 12, 2010 at 9:49 AM, Robert Kern
> wrote:
> > On Mon, Apr 12, 2010 at 04:03, Nadav Horesh
> wrote:
> >>
> >> Is there a way to get the file-name given a memmap array object?
> >
> > Not at this time. This would be very useful,
On Mon, Apr 12, 2010 at 9:49 AM, Robert Kern wrote:
> On Mon, Apr 12, 2010 at 04:03, Nadav Horesh wrote:
>>
>> Is there a way to get the file-name given a memmap array object?
>
> Not at this time. This would be very useful, though, so patches are welcome.
>
> --
> Robert Kern
>
> "I have come to
On Mon, Apr 12, 2010 at 04:03, Nadav Horesh wrote:
>
> Is there a way to get the file-name given a memmap array object?
Not at this time. This would be very useful, though, so patches are welcome.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless
enigma that
Is there a way to get the file-name given a memmap array object?
Nadav
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
18 matches
Mail list logo