Exemplo n.º 1
0
 def __init__(self, invocation, scoreboard):
     """
   create an instance with an invocation object and scoreboard
   """
     gts_tparser.__init__(self, invocation, scoreboard)
     self.exit_status = 0
Exemplo n.º 2
0
 def __init__(self, invocation, scoreboard):
     gts_tparser.__init__(self, invocation, scoreboard)
     self.exit_status = 0  #no nonzero exit status for readable(plaintext) tests
Exemplo n.º 3
0
 def __init__( self, invocation, scoreboard ):
    gts_tparser.__init__(self, invocation, scoreboard )
    self.exit_status = 0 #no nonzero exit status for readable(plaintext) tests
Exemplo n.º 4
0
 def __init__( self, invocation, scoreboard ):
    """
    create an instance with an invocation object and scoreboard
    """
    gts_tparser.__init__(self, invocation, scoreboard )
    self.exit_status = 0