[Python-Dev] idea for data-type (data-format) PEP (original) (raw)
Travis Oliphant oliphant.travis at ieee.org
Thu Nov 2 23:30:51 CET 2006
- Previous message: [Python-Dev] idea for data-type (data-format) PEP
- Next message: [Python-Dev] idea for data-type (data-format) PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
T
IIUC, so far the 'data-object' carries information about the structure of the data it describes. Couldn't it go a step further and have also some functionality? Converting the data into a Python object and back?
Yes, I had considered it to do that. That's why the setfunc and getfunc functions were written the way they were.
-teo
- Previous message: [Python-Dev] idea for data-type (data-format) PEP
- Next message: [Python-Dev] idea for data-type (data-format) PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]