Definition at line 291 of file root_pickle.py.
 
◆ __init__()
      
        
          | def python.root_pickle.Root_Proxy.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          f,  | 
        
        
           | 
           | 
            | 
          pid  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ __getattr__()
      
        
          | def python.root_pickle.Root_Proxy.__getattr__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          a  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 298 of file root_pickle.py.
  298     def __getattr__ (self, a):
 
  300             self.__o = self.__f.Get (self.__pid)
 
  301             if self.__o.__class__.__module__ != 
'ROOT':
 
  302                 self.__o.__class__.__module__ = 
'ROOT' 
  303         return getattr (self.__o, a)
 
 
 
 
◆ __obj()
  
  
      
        
          | def python.root_pickle.Root_Proxy.__obj  | 
          ( | 
            | 
          self | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Definition at line 304 of file root_pickle.py.
  306             self.__o = self.__f.Get (self.__pid)
 
  307             if self.__o.__class__.__module__ != 
'ROOT':
 
  308                 self.__o.__class__.__module__ = 
'ROOT' 
 
 
 
◆ __f
  
  
      
        
          | python.root_pickle.Root_Proxy.__f | 
         
       
   | 
  
private   | 
  
 
 
◆ __o
  
  
      
        
          | python.root_pickle.Root_Proxy.__o | 
         
       
   | 
  
private   | 
  
 
 
◆ __pid
  
  
      
        
          | python.root_pickle.Root_Proxy.__pid | 
         
       
   | 
  
private   | 
  
 
 
◆ __slots__
  
  
      
        
          | tuple python.root_pickle.Root_Proxy.__slots__ = ('__f', '__pid', '__o') | 
         
       
   | 
  
staticprivate   | 
  
 
 
The documentation for this class was generated from the following file: