File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,15 @@ files.
3939
4040.. note ::
4141
42-     Only the documented portions of the API are supported. Other names you may
43-     find in modules or objects can change their behavior at any time. Please
44-     limit yourself to documented methods to avoid problems.
42+     Only the published documented portions of the API are supported. Other
43+     names you may find in modules or objects can change their behavior at any
44+     time. Please limit yourself to documented methods to avoid problems.
45+ 
46+     All internal code in coverage.py has docstrings; this does not make them
47+     part of the public supported API.  Many internal names have no leading
48+     underscore; this does not make them part of the public supported API.  If
49+     classes or functions are not documented in the published documentation,
50+     they are not supported.
4551
4652For more intensive data use, you might want to access the coverage.py database
4753file directly.  The schema is subject to change, so this is for advanced uses
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments