mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-10-31 00:40:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			216 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			216 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| icon: package
 | |
| label: traceback
 | |
| ---
 | |
| 
 | |
| ### `traceback.print_exc() -> None`
 | |
| 
 | |
| Print the last exception and its traceback.
 | |
| 
 | |
| ### `traceback.format_exc() -> str`
 | |
| 
 | |
| Return the last exception and its traceback as a string.
 |