MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / set_zf

Method set_zf

pydevd_attach_to_process/winappdbg/thread.py:818–820  ·  view source on GitHub ↗

Sets the Zero flag.

(self)

Source from the content-addressed store, hash-verified

816 self.set_flag_value(self.Flags.Trap, False)
817
818 def set_zf(self):
819 "Sets the Zero flag."
820 self.set_flag_value(self.Flags.Zero, True)
821
822 def set_cf(self):
823 "Sets the Carry flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected