Home
last modified time | relevance | path

Searched refs:Spam (Results 1 – 22 of 22) sorted by relevance

/third_party/python/Lib/test/
Dtest_richcmp.py257 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'"),
Dtest_bool.py306 class Spam(int): class
309 check(Spam())
Dtest_inspect.py2899 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 …]
Dtest_grammar.py750 class Spam: class
753 class Ham(Spam): pass
754 self.assertEqual(Spam.f.__annotations__, {'_Spam__kw': 1})
Dtest_ordered_dict.py114 class Spam: class
122 self.OrderedDict(Spam())
Dtest_types.py1715 class Spam(types.SimpleNamespace): class
1718 spam = Spam(ham=8, eggs=9)
1720 self.assertIs(type(spam), Spam)
/third_party/python/Doc/library/
Dcsv.rst82 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'})
Dunittest.mock-examples.rst928 ... 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
Dre.rst884 >>> re.sub(r'\sAND\s', ' & ', 'Baked Beans And Spam', flags=re.IGNORECASE)
885 'Baked Beans & Spam'
Dio.rst341 file.write('Spam and eggs!')
Dctypes.rst1767 >>> MessageBox(text="Spam, spam, spam")
/third_party/libinput/doc/user/dot/
Dseats-sketch-libinput.gv17 dev3 [label="device 'Spam'"];
Dseats-sketch.gv27 dev3 [label="device 'Spam'"];
/third_party/python/Lib/test/test_email/data/
Dmsg_43.txt27 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/
D0bsd-mckusick.txt60 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/
Dseats.rst26 The devices "Foo", "Bar" and "Spam" share the same physical seat and are
/third_party/python/Doc/extending/
Dwindows.rst120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
/third_party/curl/docs/
DMAIL-ETIQUETTE104 Spam - "use of electronic messaging systems to send unsolicited bulk
/third_party/ffmpeg/doc/
Dmailing-list-faq.texi209 Spam in the moderation queue may be accidentally approved due to human
/third_party/python/Doc/howto/
Dregex.rst570 'K' (U+212A, Kelvin sign). ``Spam`` will match ``'Spam'``, ``'spam'``,
/third_party/python/Doc/whatsnew/
D2.0.rst689 error message, whose text will be something like ``'Spam' instance has no
/third_party/python/Misc/
DHISTORY26768 e.g.: <code>'Spam' instance has no attribute 'eggs'</code>. This may