Project

General

Profile

1 1883 aaronmk
# Lists
2
3
def is_seq(value): return isinstance(value, list) or isinstance(value, tuple)