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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 16 def __init__(self, weakcontainer):
18 self.weakcontainer = ref(weakcontainer)
21 w = self.weakcontainer()
27 w = self.weakcontainer()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 16 def __init__(self, weakcontainer):
18 self.weakcontainer = ref(weakcontainer)
21 w = self.weakcontainer()
27 w = self.weakcontainer()

Completed in 95 milliseconds