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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 347 # Testing spamdict operations...
349 def spamdict(d, memo=None): function in function:OperatorsTest.test_spam_dicts
351 sd = spam.spamdict()
356 copy._deepcopy_dispatch[spam.spamdict] = spamdict
358 self.binop_test(spamdict({1:2}), spamdict({2:1}), -1, "cmp(a,b)",
360 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
361 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
362 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__")
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 349 # Testing spamdict operations...
351 def spamdict(d, memo=None): function in function:OperatorsTest.test_spam_dicts
353 sd = spam.spamdict()
358 copy._deepcopy_dispatch[spam.spamdict] = spamdict
360 self.binop_test(spamdict({1:2}), spamdict({2:1}), -1, "cmp(a,b)",
362 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
363 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
364 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 349 # Testing spamdict operations...
351 def spamdict(d, memo=None): function in function:OperatorsTest.test_spam_dicts
353 sd = spam.spamdict()
358 copy._deepcopy_dispatch[spam.spamdict] = spamdict
360 self.binop_test(spamdict({1:2}), spamdict({2:1}), -1, "cmp(a,b)",
362 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
363 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
364 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 349 # Testing spamdict operations...
351 def spamdict(d, memo=None): function in function:OperatorsTest.test_spam_dicts
353 sd = spam.spamdict()
358 copy._deepcopy_dispatch[spam.spamdict] = spamdict
360 self.binop_test(spamdict({1:2}), spamdict({2:1}), -1, "cmp(a,b)",
362 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
363 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
364 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 349 # Testing spamdict operations...
351 def spamdict(d, memo=None): function in function:OperatorsTest.test_spam_dicts
353 sd = spam.spamdict()
358 copy._deepcopy_dispatch[spam.spamdict] = spamdict
360 self.binop_test(spamdict({1:2}), spamdict({2:1}), -1, "cmp(a,b)",
362 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
363 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
364 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 349 # Testing spamdict operations...
351 def spamdict(d, memo=None): function in function:OperatorsTest.test_spam_dicts
353 sd = spam.spamdict()
358 copy._deepcopy_dispatch[spam.spamdict] = spamdict
360 self.binop_test(spamdict({1:2}), spamdict({2:1}), -1, "cmp(a,b)",
362 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
363 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
364 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__"
    [all...]

Completed in 63 milliseconds