35
33
def __init__(self, *args):
36
34
"""Create a new 'StaticTuple'"""
38
39
if num_keys < 0 or num_keys > 255:
41
if type(bit) not in (str, StaticTuple, unicode, int, long, float,
44
' StaticTuple, str, unicode, int, long, float, bool, or'
46
41
# We don't need to pass args to tuple.__init__, because that was
47
42
# already handled in __new__.