Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

numpy autocomplete not working with import alias

Open mreppen opened this issue 2 years ago • 0 comments
trafficstars

When importing numpy with an alias as

import numpy as np

writing np.z or similar does not offer auto completion. However, numpy.z does. This is not specific to .z.

numpy.z

image

np.z

image

mreppen avatar Jul 07 '23 14:07 mreppen