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

Method set_df

pydevd_attach_to_process/winappdbg/thread.py:830–832  ·  view source on GitHub ↗

Sets the Direction flag.

(self)

Source from the content-addressed store, hash-verified

828 self.set_flag_value(self.Flags.Sign, True)
829
830 def set_df(self):
831 "Sets the Direction flag."
832 self.set_flag_value(self.Flags.Direction, True)
833
834 def set_tf(self):
835 "Sets the Trap flag."

Callers

nothing calls this directly

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected