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

Method get_df

pydevd_attach_to_process/winappdbg/thread.py:784–789  ·  view source on GitHub ↗

@rtype: bool @return: Boolean value of the Direction flag.

(self)

Source from the content-addressed store, hash-verified

782 return self.get_flag_value(self.Flags.Sign)
783
784 def get_df(self):
785 """
786 @rtype: bool
787 @return: Boolean value of the Direction flag.
788 """
789 return self.get_flag_value(self.Flags.Direction)
790
791 def get_tf(self):
792 """

Callers

nothing calls this directly

Calls 1

get_flag_valueMethod · 0.95

Tested by

no test coverage detected