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

Method get_zf

pydevd_attach_to_process/winappdbg/thread.py:763–768  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

761 self.set_flags(eflags, FlagMask)
762
763 def get_zf(self):
764 """
765 @rtype: bool
766 @return: Boolean value of the Zero flag.
767 """
768 return self.get_flag_value(self.Flags.Zero)
769
770 def get_cf(self):
771 """

Callers

nothing calls this directly

Calls 1

get_flag_valueMethod · 0.95

Tested by

no test coverage detected