mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	gh-123165: update docs signature for dis.disassemble (#123808)
				
					
				
			This commit is contained in:
		
							parent
							
								
									1b29f4144c
								
							
						
					
					
						commit
						07f0bf5aa4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -312,7 +312,8 @@ operation is being performed, so the intermediate analysis object isn't useful:
 | 
				
			||||||
   .. versionchanged:: 3.14
 | 
					   .. versionchanged:: 3.14
 | 
				
			||||||
      Added the *show_positions* parameter.
 | 
					      Added the *show_positions* parameter.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. function:: disassemble(code, lasti=-1, *, file=None, show_caches=False, adaptive=False)
 | 
					.. function:: disassemble(code, lasti=-1, *, file=None, show_caches=False,\
 | 
				
			||||||
 | 
					                          adaptive=False, show_offsets=False, show_positions=False)
 | 
				
			||||||
              disco(code, lasti=-1, *, file=None, show_caches=False, adaptive=False,\
 | 
					              disco(code, lasti=-1, *, file=None, show_caches=False, adaptive=False,\
 | 
				
			||||||
                    show_offsets=False, show_positions=False)
 | 
					                    show_offsets=False, show_positions=False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue