[NumPy-Tickets] [NumPy] #1451: add filename attribute to numpy.memmap (patch + tests included)
NumPy Trac
numpy-tickets@scipy....
Mon Apr 12 16:07:00 CDT 2010
#1451: add filename attribute to numpy.memmap (patch + tests included)
-------------------------+--------------------------------------------------
Reporter: brentp | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version:
Keywords: memmap |
-------------------------+--------------------------------------------------
Comment(by brentp):
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.abspath(filename)
self.filename = filename
}}}
ok with that?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1451#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list