Panda3D
|
Public Member Functions | |
def | __init__ |
def | clear |
def | is_set |
def | set |
def | wait |
Static Public Attributes | |
isSet = is_set |
This class is designed to emulate Python's own threading.Event object.
def __init__ | ( | self | ) |
def clear | ( | self | ) |
def is_set | ( | self | ) |
def set | ( | self | ) |
def wait | ( | self, | |
timeout = None |
|||
) |
isSet = is_set [static] |