зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 строки
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 строки
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| import sys
 | |
| 
 | |
| sys.getrefcount(a)
 | |
| 
 | |
| id(a)
 | |
|     internal id
 | |
| a is b
 | |
|     compare ids of refs
 | |
| del(a)
 | |
|     delete a ref
 | 
