5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: size
|
||
|
# key: size
|
||
|
# --
|
||
|
sys.getsizeof($0)
|