SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

Add support for tab completion #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dataset does not give the best tab completion since dicom dataset
attributes are not actually object properties directly but are looked up.
See if can make tab completion (on ipython, perhaps others) work.

Original issue reported on code.google.com by darcymason@gmail.com on 18 Dec 2008 at 5:47

GoogleCodeExporter commented 9 years ago
Done in r69 for IPython at least. Simply added trait_names() which IPython will 
use 
if found in the object.

Original comment by darcymason@gmail.com on 21 Dec 2008 at 5:11