IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2015, 9:52:25 AM (11 years ago)
Author:
bills
Message:

Add a function to list the keys in a header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/batch.py

    r38839 r38924  
    258258
    259259         return value
     260
     261    '''
     262    Dumps out the list of keys in a header
     263    '''
     264    def dumpKeys(self, header):
     265        for key in header:
     266            self.logger.infoPair("", str(key))
     267        return 0
    260268
    261269    '''
Note: See TracChangeset for help on using the changeset viewer.