HomeSort by relevance Sort by last modified time
    Searched refs:pendingcalls_submit (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_capi.py 19 def pendingcalls_submit(self, l, n): member in class:TestPendingCalls
78 self.pendingcalls_submit(context.l, context.n)
95 self.pendingcalls_submit(l, n)
  /external/python/cpython2/Lib/test/
test_capi.py 29 def pendingcalls_submit(self, l, n): member in class:TestPendingCalls
84 self.pendingcalls_submit(context.l, context.n)
101 self.pendingcalls_submit(l, n)
  /external/python/cpython3/Lib/test/
test_capi.py 321 def pendingcalls_submit(self, l, n): member in class:TestPendingCalls
377 self.pendingcalls_submit(context.l, context.n)
394 self.pendingcalls_submit(l, n)

Completed in 3711 milliseconds