• Home
  • Raw
  • Download

Lines Matching defs:self

26     def test_simple_bad_args(self):  argument
66 def test_bad_filter_spec(self): argument
77 def test_decompressor_after_eof(self): argument
82 def test_decompressor_memlimit(self): argument
94 def _test_decompressor(self, lzd, data, check, unused_data=b""): argument
102 def test_decompressor_auto(self): argument
109 def test_decompressor_xz(self): argument
113 def test_decompressor_alone(self): argument
117 def test_decompressor_raw_1(self): argument
121 def test_decompressor_raw_2(self): argument
125 def test_decompressor_raw_3(self): argument
129 def test_decompressor_raw_4(self): argument
133 def test_decompressor_chunks(self): argument
145 def test_decompressor_chunks_empty(self): argument
160 def test_decompressor_chunks_maxsize(self): argument
192 def test_decompressor_inputbuf_1(self): argument
214 def test_decompressor_inputbuf_2(self): argument
235 def test_decompressor_inputbuf_3(self): argument
251 def test_decompressor_unused_data(self): argument
257 def test_decompressor_bad_input(self): argument
270 def test_decompressor_bug_28275(self): argument
279 def test_roundtrip_xz(self): argument
285 def test_roundtrip_alone(self): argument
291 def test_roundtrip_raw(self): argument
297 def test_roundtrip_raw_empty(self): argument
307 def test_roundtrip_chunks(self): argument
317 def test_roundtrip_empty_chunks(self): argument
332 def test_decompressor_multistream(self): argument
341 def test_compressor_bigmem(self, size): argument
353 def test_decompressor_bigmem(self, size): argument
367 def test_pickle(self): argument
375 def test_refleaks_in_decompressor___init__(self): argument
388 def test_bad_args(self): argument
417 def test_decompress_memlimit(self): argument
429 def test_decompress_good_input(self): argument
458 def test_decompress_incomplete_input(self): argument
470 def test_decompress_bad_input(self): argument
485 def test_roundtrip(self): argument
504 def test_decompress_multistream(self): argument
510 def test_decompress_trailing_junk(self): argument
514 def test_decompress_multistream_trailing_junk(self): argument
522 def __init__(self, filename, data=b""): argument
526 def __enter__(self): argument
530 def __exit__(self, *args): argument
536 def test_init(self): argument
546 def test_init_with_PathLike_filename(self): argument
556 def test_init_with_filename(self): argument
565 def test_init_mode(self): argument
580 def test_init_with_x_mode(self): argument
590 def test_init_bad_mode(self): argument
614 def test_init_bad_check(self): argument
634 def test_init_bad_preset(self): argument
651 def test_init_bad_filter_spec(self): argument
668 def test_init_with_preset_and_filters(self): argument
673 def test_close(self): argument
693 def test_closed(self): argument
710 def test_fileno(self): argument
726 def test_seekable(self): argument
752 def test_readable(self): argument
769 def test_writable(self): argument
786 def test_read(self): argument
815 def test_read_0(self): argument
825 def test_read_10(self): argument
836 def test_read_multistream(self): argument
845 def test_read_multistream_buffer_size_aligned(self): argument
856 def test_read_trailing_junk(self): argument
860 def test_read_multistream_trailing_junk(self): argument
864 def test_read_from_file(self): argument
870 def test_read_from_file_with_bytes_filename(self): argument
880 def test_read_incomplete(self): argument
884 def test_read_truncated(self): argument
898 def test_read_bad_args(self): argument
907 def test_read_bad_data(self): argument
911 def test_read1(self): argument
922 def test_read1_0(self): argument
926 def test_read1_10(self): argument
937 def test_read1_multistream(self): argument
948 def test_read1_bad_args(self): argument
957 def test_peek(self): argument
969 def test_peek_bad_args(self): argument
973 def test_iterator(self): argument
988 def test_readline(self): argument
995 def test_readlines(self): argument
1001 def test_decompress_limited(self): argument
1012 def test_write(self): argument
1036 def test_write_10(self): argument
1044 def test_write_append(self): argument
1058 def test_write_to_file(self): argument
1068 def test_write_to_file_with_bytes_filename(self): argument
1082 def test_write_append_to_file(self): argument
1099 def test_write_bad_args(self): argument
1110 def test_writelines(self): argument
1119 def test_seek_forward(self): argument
1124 def test_seek_forward_across_streams(self): argument
1129 def test_seek_forward_relative_to_current(self): argument
1135 def test_seek_forward_relative_to_end(self): argument
1140 def test_seek_backward(self): argument
1146 def test_seek_backward_across_streams(self): argument
1152 def test_seek_backward_relative_to_end(self): argument
1157 def test_seek_past_end(self): argument
1163 def test_seek_past_start(self): argument
1169 def test_seek_bad_args(self): argument
1182 def test_tell(self): argument
1198 def test_tell_bad_args(self): argument
1203 def test_issue21872(self): argument
1233 def test_issue44439(self): argument
1244 def test_binary_modes(self): argument
1257 def test_text_modes(self): argument
1272 def test_filename(self): argument
1286 def test_with_pathlike_filename(self): argument
1297 def test_bad_params(self): argument
1310 def test_format_and_filters(self): argument
1321 def test_encoding(self): argument
1334 def test_encoding_error_handler(self): argument
1340 def test_newline(self): argument
1350 def test_x_mode(self): argument
1364 def test_is_check_supported(self): argument
1376 def test__encode_filter_properties(self): argument
1397 def test__decode_filter_properties(self): argument
1412 def test_filter_properties_roundtrip(self): argument