MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_mark_pop

Method test_mark_pop

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

Source from the content-addressed store, hash-verified

310''', memo=memo)
311
312 def test_mark_pop(self):
313 self.check_dis(b'(N00N.', '''\
314 0: ( MARK
315 1: N NONE
316 2: 0 POP
317 3: 0 POP (MARK at 0)
318 4: N NONE
319 5: . STOP
320highest protocol among opcodes = 0
321''')
322
323 def test_too_small_stack(self):
324 self.check_dis_error(b'a', '''\

Callers

nothing calls this directly

Calls 1

check_disMethod · 0.95

Tested by

no test coverage detected