third_party.pylibs.pylint.src/pylint/test/regrtest_data/numarray_import.py
2015-02-14 18:13:20 +02:00

8 lines
80 B
Python

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