[Numpy-discussion] Help with user-defined data type

Neal Becker ndbecker2 at gmail.com
Mon Feb 18 06:43:11 EST 2008


Robert Kern wrote:

> On Feb 17, 2008 3:27 PM, Neal Becker <ndbecker2 at gmail.com> wrote:
>> Are there any examples of user-defined data types that I could get hold
>> of?
> 
> I think you may be the first. The problems you encounter may well be
> bugs rather than problems with your code.
> 

There is mention in several places about 'inheritance' from existing scalar
objects.  What is this about?  Why would I want my type to inherit from an
existing type, and what does this imply about numpy handling of my type?




More information about the NumPy-Discussion mailing list