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

Method get_tf

pydevd_attach_to_process/winappdbg/thread.py:791–796  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

789 return self.get_flag_value(self.Flags.Direction)
790
791 def get_tf(self):
792 """
793 @rtype: bool
794 @return: Boolean value of the Trap flag.
795 """
796 return self.get_flag_value(self.Flags.Trap)
797
798 def clear_zf(self):
799 "Clears the Zero flag."

Callers

nothing calls this directly

Calls 1

get_flag_valueMethod · 0.95

Tested by

no test coverage detected