File: testdata.py

package info (click to toggle)
python-numarray 1.1.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,428 kB
  • ctags: 8,469
  • sloc: ansic: 92,018; python: 20,861; makefile: 263; sh: 13
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# This file exists to supply selftest data to chararray.  It writes out
# the file "tb.fits" in the numarray .pyc directory when it is imported.
import os as _os

__path__ = _os.path.split(__file__)
filename = _os.path.join(__path__[0], "testdata.fits")