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

Method set_cf

pydevd_attach_to_process/winappdbg/thread.py:822–824  ·  view source on GitHub ↗

Sets the Carry flag.

(self)

Source from the content-addressed store, hash-verified

820 self.set_flag_value(self.Flags.Zero, True)
821
822 def set_cf(self):
823 "Sets the Carry flag."
824 self.set_flag_value(self.Flags.Carry, True)
825
826 def set_sf(self):
827 "Sets the Sign flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected