зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +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
|