Lines Matching refs:METH_VARARGS

44      METH_VARARGS, "Calculate size of format string in bits"}, /*FIXME*/
46 METH_VARARGS, "Calculate size of format string in bytes"},
48 METH_VARARGS, "parse(format, is_little_endian, data) -> [values]"},
50 METH_VARARGS, "build(format, is_little_endian, [values]) -> data"},
180 {"read", (PyCFunction)BitstreamReader_read, METH_VARARGS,
182 {"skip", (PyCFunction)BitstreamReader_skip, METH_VARARGS,
185 {"skip_bytes", (PyCFunction)BitstreamReader_skip_bytes, METH_VARARGS,
193 {"unread", (PyCFunction)BitstreamReader_unread, METH_VARARGS,
196 {"read_signed", (PyCFunction)BitstreamReader_read_signed, METH_VARARGS,
198 {"unary", (PyCFunction)BitstreamReader_unary, METH_VARARGS,
201 {"skip_unary", (PyCFunction)BitstreamReader_skip_unary, METH_VARARGS,
205 METH_VARARGS,
208 {"read_bytes", (PyCFunction)BitstreamReader_read_bytes, METH_VARARGS,
211 METH_VARARGS,
215 {"parse", (PyCFunction)BitstreamReader_parse, METH_VARARGS,
231 {"setpos", (PyCFunction)BitstreamReader_setpos, METH_VARARGS,
233 {"seek", (PyCFunction)BitstreamReader_seek, METH_VARARGS,
239 {"add_callback", (PyCFunction)BitstreamReader_add_callback, METH_VARARGS,
247 METH_VARARGS,
250 {"substream", (PyCFunction)BitstreamReader_substream, METH_VARARGS,
256 METH_VARARGS, "exit(exc_type, exc_value, traceback) -> None"},
552 {"write", (PyCFunction)BitstreamWriter_write, METH_VARARGS,
554 {"write_signed", (PyCFunction)BitstreamWriter_write_signed, METH_VARARGS,
556 {"unary", (PyCFunction)BitstreamWriter_unary, METH_VARARGS,
563 METH_VARARGS, "write_huffman_code(huffman_tree, value)\n"
578 METH_VARARGS,
581 {"write_bytes", (PyCFunction)BitstreamWriter_write_bytes, METH_VARARGS,
583 {"build", (PyCFunction)BitstreamWriter_build, METH_VARARGS,
595 {"add_callback", (PyCFunction)BitstreamWriter_add_callback, METH_VARARGS,
603 METH_VARARGS,
608 {"setpos", (PyCFunction)BitstreamWriter_setpos, METH_VARARGS,
613 METH_VARARGS, "exit(exc_type, exc_value, traceback) -> None"},
776 {"write", (PyCFunction)BitstreamRecorder_write, METH_VARARGS,
778 {"write_signed", (PyCFunction)BitstreamRecorder_write_signed, METH_VARARGS,
780 {"unary", (PyCFunction)BitstreamRecorder_unary, METH_VARARGS,
787 METH_VARARGS, "write_huffman_code(huffman_tree, value)\n"
801 METH_VARARGS,
805 METH_VARARGS,
819 {"copy", (PyCFunction)BitstreamRecorder_copy, METH_VARARGS,
823 {"build", (PyCFunction)BitstreamRecorder_build, METH_VARARGS,
835 {"swap", (PyCFunction)BitstreamRecorder_swap, METH_VARARGS,
839 METH_VARARGS,
848 METH_VARARGS,
853 {"setpos", (PyCFunction)BitstreamRecorder_setpos, METH_VARARGS,
858 METH_VARARGS, "exit(exc_type, exc_value, traceback) -> None"},