Searched refs:_Condition (Results 1 – 2 of 2) sorted by relevance
88 class Condition(threading._Condition):89 notify_all = threading._Condition.notify_all.im_func
253 return _Condition(*args, **kwargs)255 class _Condition(_Verbose): class