1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/thirdparty/pylab.py

24 lines
296 B
Python

import pylab
pylab.
# two gotos
#! ['numpy']
import numpy
#! ['random']
import numpy.random
#? ['array2string']
numpy.array2string
#? ['shape']
numpy.matrix().shape
#? ['random_integers']
pylab.random_integers
#? []
numpy.random_integers
#? ['random_integers']
numpy.random.random_integers