All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ana.Summary Class Reference

Public Member Functions

def __init__
 
def __init__
 

Public Attributes

 type
 
 protocol
 
 step
 

Detailed Description

Definition at line 12 of file ana.py.

Constructor & Destructor Documentation

def ana.Summary.__init__ (   self)

Definition at line 13 of file ana.py.

13 
14  def __init__(self):
15  self.type = ''
16  self.protocol = ''
17  self.step = {}
protocol
Definition: ana.py:15
def __init__
Definition: ana.py:13
def ana.Summary.__init__ (   self)

Definition at line 45 of file ana.py.

45 
46  def __init__(self):
47  self.step={}
48 
lines=open(sys.argv[1],"r").readlines()
def __init__
Definition: ana.py:13

Member Data Documentation

ana.Summary.protocol

Definition at line 15 of file ana.py.

ana.Summary.step

Definition at line 16 of file ana.py.

ana.Summary.type

Definition at line 14 of file ana.py.


The documentation for this class was generated from the following file: