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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 802 class MyRef(weakref.ref):
805 super(MyRef, self).__init__(ob, callback)
808 return super(MyRef, self).__call__()
810 mr = MyRef(o, value=24)
819 class MyRef(weakref.ref):
822 r1 = MyRef(o)
827 r3 = MyRef(o)
836 class MyRef(weakref.ref):
839 r1 = MyRef(o, id)
840 r2 = MyRef(o, str
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 802 class MyRef(weakref.ref):
805 super(MyRef, self).__init__(ob, callback)
808 return super(MyRef, self).__call__()
810 mr = MyRef(o, value=24)
819 class MyRef(weakref.ref):
822 r1 = MyRef(o)
827 r3 = MyRef(o)
836 class MyRef(weakref.ref):
839 r1 = MyRef(o, id)
840 r2 = MyRef(o, str
    [all...]

Completed in 2112 milliseconds