PyCodeObject Type
PyCodeObject is a compiled piece of Python code.
Record fields
| Record Field | Description | 
            
                
              
              
                  Full Usage: 
                   
              ArgCount
                  Field type: int
                  
                   | 
          
            
  | 
        
            
  | 
        |
            
                
              
               | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              FileName
                  Field type: string
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              FirstLineNo
                  Field type: int
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              Flags
                  Field type: int
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              KwonlyArgCount
                  Field type: int
                  
                   | 
          
            
  | 
        
            
  | 
        |
            
                
              
               | 
          
            
  | 
        
            
                
              
               | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              Name
                  Field type: string
                  
                   | 
          
            
  | 
        
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              PosonlyArgCount
                  Field type: int
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              QualName
                  Field type: string
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              StackSize
                  Field type: int
                  
                   | 
          
            
  | 
        
            B2R2