/third_party/python/Lib/test/ |
D | test_richcmp.py | 257 class Spam: class 271 (lambda: Spam() < 42, r"'<' .* of 'Spam' and 'int'"), 272 (lambda: 42 < Spam(), r"'<' .* of 'int' and 'Spam'"), 273 (lambda: Spam() <= Spam(), r"'<=' .* of 'Spam' and 'Spam'"),
|
D | test_bool.py | 306 class Spam(int): class 309 check(Spam())
|
D | test_inspect.py | 2899 class Spam: class 2905 inspect.signature(Spam.ham) 2907 class Spam: class 2912 self.assertEqual(self.signature(Spam.ham, eval_str=False), 2918 self.assertEqual(self.signature(Spam().ham, eval_str=False), 2923 class Spam: class 2929 self.assertEqual(self.signature(Spam.g, eval_str=False), 3178 class Spam: class 3181 inspect.signature(Spam()) 3183 class Bar(Spam, Foo): [all …]
|
D | test_grammar.py | 750 class Spam: class 753 class Ham(Spam): pass 754 self.assertEqual(Spam.f.__annotations__, {'_Spam__kw': 1})
|
D | test_ordered_dict.py | 114 class Spam: class 122 self.OrderedDict(Spam())
|
D | test_types.py | 1715 class Spam(types.SimpleNamespace): class 1718 spam = Spam(ham=8, eggs=9) 1720 self.assertIs(type(spam), Spam)
|
/third_party/python/Doc/library/ |
D | csv.rst | 82 Spam, Spam, Spam, Spam, Spam, Baked Beans 83 Spam, Lovely Spam, Wonderful Spam 111 spamwriter.writerow(['Spam'] * 5 + ['Baked Beans']) 112 spamwriter.writerow(['Spam', 'Lovely Spam', 'Wonderful Spam']) 222 writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'}) 223 writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
|
D | unittest.mock-examples.rst | 928 ... with patch('mymodule.Spam') as mock_spam: 931 ... assert mymodule.Spam is mock_spam 953 ... mock_spam = self.create_patch('mymodule.Spam') 957 ... assert mymodule.Spam is mock_spam
|
D | re.rst | 884 >>> re.sub(r'\sAND\s', ' & ', 'Baked Beans And Spam', flags=re.IGNORECASE) 885 'Baked Beans & Spam'
|
D | io.rst | 341 file.write('Spam and eggs!')
|
D | ctypes.rst | 1767 >>> MessageBox(text="Spam, spam, spam")
|
/third_party/libinput/doc/user/dot/ |
D | seats-sketch-libinput.gv | 17 dev3 [label="device 'Spam'"];
|
D | seats-sketch.gv | 27 dev3 [label="device 'Spam'"];
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_43.txt | 27 was blocked by our Spam Firewall. The email you sent with the following subject has NOT BEEN DELIVE… 31 An attachment in that mail was of a file type that the Spam Firewall is set to block. 202 by sacspam01.dot.ca.gov (Spam Firewall) with SMTP
|
/third_party/toybox/www/ |
D | 0bsd-mckusick.txt | 60 X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,MISSING_MID, 62 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on chez.mckusick.com
|
/third_party/libinput/doc/user/ |
D | seats.rst | 26 The devices "Foo", "Bar" and "Spam" share the same physical seat and are
|
/third_party/python/Doc/extending/ |
D | windows.rst | 120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
|
/third_party/curl/docs/ |
D | MAIL-ETIQUETTE | 104 Spam - "use of electronic messaging systems to send unsolicited bulk
|
/third_party/ffmpeg/doc/ |
D | mailing-list-faq.texi | 209 Spam in the moderation queue may be accidentally approved due to human
|
/third_party/python/Doc/howto/ |
D | regex.rst | 570 'K' (U+212A, Kelvin sign). ``Spam`` will match ``'Spam'``, ``'spam'``,
|
/third_party/python/Doc/whatsnew/ |
D | 2.0.rst | 689 error message, whose text will be something like ``'Spam' instance has no
|
/third_party/python/Misc/ |
D | HISTORY | 26768 e.g.: <code>'Spam' instance has no attribute 'eggs'</code>. This may
|