forked from VimPlug/jedi
11 lines
109 B
Python
11 lines
109 B
Python
import pylab
|
|
pylab.
|
|
|
|
import numpy
|
|
|
|
#? ['array2string']
|
|
numpy.array2string
|
|
|
|
#? ['shape']
|
|
numpy.matrix().shape
|