python - Ipython tab completion - identifying methods vs properties -


when using interactive ipython tab completion, there way identify of returned values properties , methods?

i use os example below. don't see distinction of kind. know done dir wanted know if there way in ipython. seems time saver.

os. display 203 possibilities? (y or n) os.ex_cantcreat      os.confstr_names     os.pardir  os.ex_config         os.ctermid           os.path  os.ex_dataerr        os.curdir            os.pathconf  os.ex_ioerr          os.defpath           os.pathconf_names  os.ex_nohost         os.devnull           os.pathsep  ... 

i don't think possible current state of completion mechanism. have @ enhancement proposal completion machinery , suggest modifications if necessary.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -