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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy.py 626 def _check_copy_weakdict(self, _dicttype): member in class:TestCopy
647 self._check_copy_weakdict(weakref.WeakKeyDictionary)
650 self._check_copy_weakdict(weakref.WeakValueDictionary)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy.py 626 def _check_copy_weakdict(self, _dicttype): member in class:TestCopy
647 self._check_copy_weakdict(weakref.WeakKeyDictionary)
650 self._check_copy_weakdict(weakref.WeakValueDictionary)

Completed in 636 milliseconds