Home
last modified time | relevance | path

Searched refs:spamdict (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_descr.py347 # Testing spamdict operations...
349 def spamdict(d, memo=None): function
351 sd = spam.spamdict()
356 copy._deepcopy_dispatch[spam.spamdict] = spamdict
358 self.binop_test(spamdict({1:2,3:4}), 1, 1, "b in a", "__contains__")
359 self.binop_test(spamdict({1:2,3:4}), 2, 0, "b in a", "__contains__")
360 self.binop_test(spamdict({1:2,3:4}), 1, 2, "a[b]", "__getitem__")
361 d = spamdict({1:2,3:4})
374 for i in type(spamdict({}))
[all...]

Completed in 5 milliseconds