Changeset 1745 for inundation/caching
- Timestamp:
- Aug 23, 2005, 3:31:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/caching/caching.py
r130 r1745 2240 2240 argstr = argstr + "'"+str(args)+"'" 2241 2241 else: 2242 #FIXME Have a truncation for large Numeric arrays before using str() 2243 import Numeric 2244 if type(args) == Numeric.ArrayType: 2245 if len(args.flat) > textwidth: 2246 args = 'Array: %s' %args.shape 2247 2242 2248 argstr = argstr + str(args) 2243 2249 else:
Note: See TracChangeset
for help on using the changeset viewer.