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

Method clear_cf

pydevd_attach_to_process/winappdbg/thread.py:802–804  ·  view source on GitHub ↗

Clears the Carry flag.

(self)

Source from the content-addressed store, hash-verified

800 self.set_flag_value(self.Flags.Zero, False)
801
802 def clear_cf(self):
803 "Clears the Carry flag."
804 self.set_flag_value(self.Flags.Carry, False)
805
806 def clear_sf(self):
807 "Clears the Sign flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected