Definition at line 31 of file Singleton.py.
 
      
        
          | def OpenRTM_aist.Singleton.Singleton.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          args,  | 
        
        
           | 
           | 
            | 
          kargs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | def OpenRTM_aist.Singleton.Singleton.__new__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          args,  | 
        
        
           | 
           | 
            | 
          kargs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | def OpenRTM_aist.Singleton.Singleton.instance  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          args,  | 
        
        
           | 
           | 
            | 
          kargs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | OpenRTM_aist.Singleton.Singleton.__instance = None | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | OpenRTM_aist.Singleton.Singleton.__lockObj = thread.allocate_lock() | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | OpenRTM_aist.Singleton.Singleton.instance = classmethod(instance) | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: