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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 403 cyclic_object = RunSelfFunction(should_raise=False)
404 weak_cyclic_object = weakref.ref(cyclic_object)
405 cyclic_object.thread.join()
406 del cyclic_object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 403 cyclic_object = RunSelfFunction(should_raise=False)
404 weak_cyclic_object = weakref.ref(cyclic_object)
405 cyclic_object.thread.join()
406 del cyclic_object

Completed in 1505 milliseconds