python - tab complete dictionary keys in ipython -


i wondering if knows how enable or implement tab completion dictionary keys in ipython? seems wouldn't different functionality exists, tab completion of object attributes. if i'm wrong, i'd understand why

ipython supports dict key completion string keys since version 3.0.0 (despite not appearing in release notes), this patch. supports column name completion numpy struct arrays , pandas dataframe columns, , other types redefine __getitem__ through defining _ipython_key_completions_.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -