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

Method clear_df

pydevd_attach_to_process/winappdbg/thread.py:810–812  ·  view source on GitHub ↗

Clears the Direction flag.

(self)

Source from the content-addressed store, hash-verified

808 self.set_flag_value(self.Flags.Sign, False)
809
810 def clear_df(self):
811 "Clears the Direction flag."
812 self.set_flag_value(self.Flags.Direction, False)
813
814 def clear_tf(self):
815 "Clears the Trap flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected