Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
D_weakrefset.py16 def __init__(self, weakcontainer): argument
18 self.weakcontainer = ref(weakcontainer)
21 w = self.weakcontainer()
27 w = self.weakcontainer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_weakrefset.py16 def __init__(self, weakcontainer): argument
18 self.weakcontainer = ref(weakcontainer)
21 w = self.weakcontainer()
27 w = self.weakcontainer()