Home
last modified time | relevance | path

Searched refs:pendingcalls_wait (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_capi.py44 def pendingcalls_wait(self, l, n, context = None): member in TestPendingCalls
80 self.pendingcalls_wait(context.l, n, context)
102 self.pendingcalls_wait(l, n)
/external/python/cpython3/Lib/test/
Dtest_capi.py558 def pendingcalls_wait(self, l, n, context = None): member in TestPendingCalls
595 self.pendingcalls_wait(context.l, n, context)
617 self.pendingcalls_wait(l, n)