Wingpro failed to do the autocompletion for pint package.
Hi,
The environment is Ubuntu 20.04 and python 3.8.3, I installed pint package. I find that even in the debug mode, wingpro still fail to do some autocompletion for it. Say, for the following example:
from pint import UnitRegistry
ureg = UnitRegistry()
ureg.eV
When I input ureg.e[tab]
, the eV
doesn't appear in the autocompleting list.
Any hints for this problem? Regards,
HY
Comments