index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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
))