mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
11 lines
109 B
Python
11 lines
109 B
Python
import pylab
|
|
pylab.
|
|
|
|
import numpy
|
|
|
|
#? ['array2string']
|
|
numpy.array2string
|
|
|
|
#? ['shape']
|
|
numpy.matrix().shape
|