refcount2

Run Settings
LanguagePython
Language Version
Run Command
import dis import sys print(compile("sys.getrefcount(1000)", '', 'single').co_consts) print(dis.dis(compile("sys.getrefcount(1000)", '', 'single'))) print(sys.getrefcount(1000))
Editor Settings
Theme
Key bindings
Full width
Lines