PyObject Type
PyObject is the base type of all Python objects, including integers, strings, etc.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              PyAscii string
                  Parameters: 
 string
                    
                     | 
          
            
  | 
        
            
                
              
               | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              PyFalse
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PyInt int
                  Parameters: 
 int
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              PyNone
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PyREF(int, string)
                  Parameters: 
 int
                    
                    Item2 : string
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              PyShortAscii string
                  Parameters: 
 string
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              PyShortAsciiInterned string
                  Parameters: 
 string
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              PyString byte[]
                  Parameters: 
 byte[]
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsPyAscii
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyCode
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyFalse
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyInt
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyNone
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyREF
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyShortAscii
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyShortAsciiInterned
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyString
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsPyTuple
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2