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

Method set_sf

pydevd_attach_to_process/winappdbg/thread.py:826–828  ·  view source on GitHub ↗

Sets the Sign flag.

(self)

Source from the content-addressed store, hash-verified

824 self.set_flag_value(self.Flags.Carry, True)
825
826 def set_sf(self):
827 "Sets the Sign flag."
828 self.set_flag_value(self.Flags.Sign, True)
829
830 def set_df(self):
831 "Sets the Direction flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected