Menu

Commit [r1289]  Maximize  Restore  History

- Enabled docstring generation feature in SIP >= 4.10.

- Added column access using array notation. Calls like
t.column("xyz").setValueAt(0,3) are a bit lengthy, especially compared with
the now-deprecated t.setCell("xyz",0,3). Adding the shorthand notation
t["xyz"].setValueAt(0,3) will hopefully make the move towards the
column-as-objects paradigm less painfull.

knut_f 2010-03-12

changed /branches/current_stable/scidavis/python-sipcmd.py
changed /branches/current_stable/scidavis/src/scidavis.sip
/branches/current_stable/scidavis/python-sipcmd.py Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/scidavis.sip Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.