labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

fix IPython autocomplete in python 3 #356

Closed fanmingyu212 closed 5 years ago

fanmingyu212 commented 5 years ago

Addresses #355. list() is called on the generator object returned by keys() so they can be concatenated. This should fix the IPython autocomplete problem in python 3.