Changeset 542 for trunk/python
- Timestamp:
- 03/08/05 15:30:36 (21 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/python/__init__.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/python/__init__.pyr530 r542 53 53 'verbose' : [True, _validate_bool], 54 54 'useplotter' : [True, _validate_bool], 55 'insitu' : [ False, _validate_bool],55 'insitu' : [True, _validate_bool], 56 56 57 57 # plotting … … 81 81 82 82 # apply operations on the input scantable or return new one 83 insitu : False83 insitu : True 84 84 85 85 # plotting 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
