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

Method clear_zf

pydevd_attach_to_process/winappdbg/thread.py:798–800  ·  view source on GitHub ↗

Clears the Zero flag.

(self)

Source from the content-addressed store, hash-verified

796 return self.get_flag_value(self.Flags.Trap)
797
798 def clear_zf(self):
799 "Clears the Zero flag."
800 self.set_flag_value(self.Flags.Zero, False)
801
802 def clear_cf(self):
803 "Clears the Carry flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected