Definition at line 212 of file ControlFlow.py.
 
◆ __init__()
      
        
          | def GaudiConfig.ControlFlow.line.__init__ | ( |  | self, | 
        
          |  |  |  | name, | 
        
          |  |  |  | item | 
        
          |  | ) |  |  | 
      
 
 
◆ __repr__()
      
        
          | def GaudiConfig.ControlFlow.line.__repr__ | ( |  | self | ) |  | 
      
 
Definition at line 217 of file ControlFlow.py.
  218         return "line(%r, %r)" % (self.name, self.item)
 
 
 
 
◆ _visitSubNodes()
  
  | 
        
          | def GaudiConfig.ControlFlow.line._visitSubNodes | ( |  | self, |  
          |  |  |  | visitor |  
          |  | ) |  |  |  | private | 
 
Definition at line 220 of file ControlFlow.py.
  220     def _visitSubNodes(self, visitor):
 
  221         self.item.visitNode(visitor)
 
 
 
◆ item
      
        
          | GaudiConfig.ControlFlow.line.item | 
      
 
 
◆ name
      
        
          | GaudiConfig.ControlFlow.line.name | 
      
 
 
The documentation for this class was generated from the following file: