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

Method clear_sf

pydevd_attach_to_process/winappdbg/thread.py:806–808  ·  view source on GitHub ↗

Clears the Sign flag.

(self)

Source from the content-addressed store, hash-verified

804 self.set_flag_value(self.Flags.Carry, False)
805
806 def clear_sf(self):
807 "Clears the Sign flag."
808 self.set_flag_value(self.Flags.Sign, False)
809
810 def clear_df(self):
811 "Clears the Direction flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected