third_party.pylibs.pylint.src/tests/regrtest_data/numarray_import.py
2019-06-20 10:02:14 +02:00

8 lines
80 B
Python

"""#10077"""
__revision__ = 1
from numarray import zeros
zeros(shape=(4, 5))