Changeset 8150 for trunk/anuga_core/source/anuga/test_all.py
- Timestamp:
- Mar 11, 2011, 7:23:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/test_all.py
r8129 r8150 28 28 29 29 30 ##31 # @brief List a string sequence on the screen in columns.32 # @param names Sequence of strings to list.33 # @param func Function to apply to each string in sequence.34 # @param col_width Force columns to this width (default calculated).35 # @param page_width Set displayable page width to this (default 132).36 30 def list_names(names, func=None, col_width=None, page_width=None): 37 31 # set defaults … … 176 170 177 171 178 ##179 # @brief Check that the environment is sane.180 # @note Stops here if there is an error.181 172 def check_anuga_import(): 182 173 try:
Note: See TracChangeset
for help on using the changeset viewer.