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

Method test_global_ext2

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

Source from the content-addressed store, hash-verified

3543 self.produce_global_ext(0x000000ff, pickle.EXT1) # largest EXT1 code
3544
3545 def test_global_ext2(self):
3546 self.produce_global_ext(0x00000100, pickle.EXT2) # smallest EXT2 code
3547 self.produce_global_ext(0x0000ffff, pickle.EXT2) # largest EXT2 code
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

Callers

nothing calls this directly

Calls 1

produce_global_extMethod · 0.95

Tested by

no test coverage detected