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

Method get_flag_value

pydevd_attach_to_process/winappdbg/thread.py:736–744  ·  view source on GitHub ↗

@type FlagBit: int @param FlagBit: One of the L{Flags}. @rtype: bool @return: Boolean value of the requested flag.

(self, FlagBit)

Source from the content-addressed store, hash-verified

734 self.set_context(context)
735
736 def get_flag_value(self, FlagBit):
737 """
738 @type FlagBit: int
739 @param FlagBit: One of the L{Flags}.
740
741 @rtype: bool
742 @return: Boolean value of the requested flag.
743 """
744 return bool(self.get_flags(FlagBit))
745
746 def set_flag_value(self, FlagBit, FlagValue):
747 """

Callers 5

get_zfMethod · 0.95
get_cfMethod · 0.95
get_sfMethod · 0.95
get_dfMethod · 0.95
get_tfMethod · 0.95

Calls 1

get_flagsMethod · 0.95

Tested by

no test coverage detected