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