MCPcopy Index your code
hub / github.com/python/cpython / test_global_ext4

Method test_global_ext4

Lib/test/pickletester.py:3550–3553  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3548 self.produce_global_ext(0x0000abcd, pickle.EXT2) # check endianness
3549
3550 def test_global_ext4(self):
3551 self.produce_global_ext(0x00010000, pickle.EXT4) # smallest EXT4 code
3552 self.produce_global_ext(0x7fffffff, pickle.EXT4) # largest EXT4 code
3553 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness
3554
3555 def test_list_chunking(self):
3556 n = 10 # too small to chunk

Callers

nothing calls this directly

Calls 1

produce_global_extMethod · 0.95

Tested by

no test coverage detected