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

Method get_sf

pydevd_attach_to_process/winappdbg/thread.py:777–782  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

775 return self.get_flag_value(self.Flags.Carry)
776
777 def get_sf(self):
778 """
779 @rtype: bool
780 @return: Boolean value of the Sign flag.
781 """
782 return self.get_flag_value(self.Flags.Sign)
783
784 def get_df(self):
785 """

Callers

nothing calls this directly

Calls 1

get_flag_valueMethod · 0.95

Tested by

no test coverage detected