Panda3D
|
Public Member Functions | |
def | __init__ (self) |
def | clear (self) |
def | is_set (self) |
def | set (self) |
def | wait (self, timeout=None) |
Static Public Attributes | |
def | 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 |
|||
) |
|
static |