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

Method test_mark_without_pos

Lib/test/test_pickletools.py:199–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197''', indentlevel=2)
198
199 def test_mark_without_pos(self):
200 self.check_dis(SimpleReader(b'(N(tl.'), '''\
201( MARK
202N NONE
203( MARK
204t TUPLE (MARK at unknown opcode offset)
205l LIST (MARK at unknown opcode offset)
206. STOP
207highest protocol among opcodes = 0
208''')
209
210 def test_no_mark(self):
211 self.check_dis_error(b'Nt.', '''\

Callers

nothing calls this directly

Calls 2

check_disMethod · 0.95
SimpleReaderClass · 0.70

Tested by

no test coverage detected