mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-10-31 17:00:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| icon: package
 | |
| label: base64
 | |
| ---
 | |
| 
 | |
| ### `base64.b64encode(b: bytes) -> bytes`
 | |
| 
 | |
| Encode bytes-like object `b` using the standard Base64 alphabet.
 | |
| 
 | |
| ### `base64.b64decode(b: str | bytes) -> bytes`
 | |
| 
 | |
| Decode Base64 encoded bytes-like object `b`.
 |