third_party.pylibs.pylint.src/tests/regrtest_data/numarray_import.py

8 lines
80 B
Python
Raw Normal View History

2006-04-26 10:48:09 +00:00
"""#10077"""
__revision__ = 1
from numarray import zeros
zeros(shape=(4, 5))