Package record_viewer


Functions

def split_args

Variables

string __copyright__
string __license__
tuple parser = OptionParser(usage="%prog [options] logfile")
tuple v_opt
tuple allow_opt
tuple node_opt
tuple proc_opt
tuple dot_opt
tuple list_opt
tuple abr_opt
tuple time_opt
tuple cmd_opt
tuple _re_kw = re.compile('(.*?)=(.*)')
list file = p[0]
tuple record = load( open(file) )
tuple runner = dotRunner(record.command_records)
tuple vfilt = VerbosityFilter( options.verb )
tuple dfilt = DebugFilter( options.debug or set( ) )


Function Documentation

def record_viewer.split_args (   args  ) 

Definition at line 94 of file record_viewer.py.


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""

Definition at line 8 of file record_viewer.py.

string __license__

Initial value:

"""
This file is part of SLIMpy.

SLIMpy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SLIMpy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with SLIMpy. If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 11 of file record_viewer.py.

tuple _re_kw = re.compile('(.*?)=(.*)')

Definition at line 93 of file record_viewer.py.

tuple abr_opt

Initial value:

Option( '-b','--abridge',
                  action='store_true', 
                  dest='abridge',
                  default=False,
                  )

Definition at line 71 of file record_viewer.py.

tuple allow_opt

Initial value:

Option('-a' ,
                  dest='debug',
                  action='append',
                  )

Definition at line 47 of file record_viewer.py.

tuple cmd_opt

Initial value:

Option('--cmd',
                 action='store_true',)

Definition at line 81 of file record_viewer.py.

tuple dfilt = DebugFilter( options.debug or set( ) )

Definition at line 129 of file record_viewer.py.

tuple dot_opt

Initial value:

Option( '--dot',
                  action='store_true' 
                  )

Definition at line 63 of file record_viewer.py.

list file = p[0]

Definition at line 115 of file record_viewer.py.

tuple list_opt

Initial value:

Option( '-l','--list',
                  action='store_true' 
                  )

Definition at line 67 of file record_viewer.py.

tuple node_opt

Initial value:

Option('-n' ,
                  dest='node',
                  action='append',
                  )

Definition at line 52 of file record_viewer.py.

tuple parser = OptionParser(usage="%prog [options] logfile")

Definition at line 36 of file record_viewer.py.

tuple proc_opt

Initial value:

Option('-p' ,
                  dest='proc',
                  type=int,
                  action='append',
                  )

Definition at line 57 of file record_viewer.py.

tuple record = load( open(file) )

Definition at line 117 of file record_viewer.py.

tuple runner = dotRunner(record.command_records)

Definition at line 124 of file record_viewer.py.

tuple time_opt

Initial value:

Option('-t','--time',
                  action='store_true',
                  )

Definition at line 77 of file record_viewer.py.

tuple v_opt

Initial value:

Option( '-v' ,
            type=int,
            default=0,
            dest='verb' )

Definition at line 39 of file record_viewer.py.

tuple vfilt = VerbosityFilter( options.verb )

Definition at line 128 of file record_viewer.py.


Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6