734
722
"Create a StaticTuple from a given sequence. This functions"
735
723
" the same as the tuple() constructor."},
736
724
{"__reduce__", (PyCFunction)StaticTuple_reduce, METH_NOARGS, StaticTuple_reduce_doc},
737
{"__sizeof__", (PyCFunction)StaticTuple_sizeof, METH_NOARGS},
738
725
{NULL, NULL} /* sentinel */