◆ __init__()
      
        
          | def generate_swig_interfaces.SwigExtendScope.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          ofs,  | 
        
        
           | 
           | 
            | 
          classToExtend  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Adds extend block. 
The code within extend classToExtend { } block is used to add functionality to classes without touching the original implementation 
 
 
◆ __enter__()
      
        
          | def generate_swig_interfaces.SwigExtendScope.__enter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __exit__()
      
        
          | def generate_swig_interfaces.SwigExtendScope.__exit__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          exc_type,  | 
        
        
           | 
           | 
            | 
          exc_value,  | 
        
        
           | 
           | 
            | 
          traceback  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ classToExtend
      
        
          | generate_swig_interfaces.SwigExtendScope.classToExtend | 
        
      
 
 
◆ os
      
        
          | generate_swig_interfaces.SwigExtendScope.os | 
        
      
 
 
The documentation for this class was generated from the following file: