index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a959.py
blob: 909ef0a4cc2afe627d1333200b84072f10db7e81 (
plain
)
1
2
3
import sys def tuple_size(tuple_list): return (sys.getsizeof(tuple_list))