Home
last modified time | relevance | path

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

12

/external/python/cpython3/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
/external/python/cpython2/Doc/library/
Dcsv.rst85 Spam, Spam, Spam, Spam, Spam, Baked Beans
86 Spam, Lovely Spam, Wonderful Spam
124 spamwriter.writerow(['Spam'] * 5 + ['Baked Beans'])
125 spamwriter.writerow(['Spam', 'Lovely Spam', 'Wonderful Spam'])
193 Lovely Spam
194 Wonderful Spam
228 writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'})
229 writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
Dmimetools.rst96 header ``Content-type: text/html; spam=1; Spam=2; Spam`` then :meth:`getplist`
97 will return the Python list ``['spam=1', 'spam=2', 'Spam']``.
Dtypes.rst87 The type of character strings (e.g. ``'Spam'``); alias of the built-in
93 The type of Unicode character strings (e.g. ``u'Spam'``). This is not defined
100 The type of tuples (e.g. ``(1, 2, 3, 'Spam')``); alias of the built-in
Dre.rst674 >>> re.sub(r'\sAND\s', ' & ', 'Baked Beans And Spam', flags=re.IGNORECASE)
675 'Baked Beans & Spam'
/external/python/cpython3/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_inspect.py2774 class Spam: class
2780 inspect.signature(Spam.ham)
2782 class Spam: class
2787 self.assertEqual(self.signature(Spam.ham),
2793 self.assertEqual(self.signature(Spam().ham),
2798 class Spam: class
2804 self.assertEqual(self.signature(Spam.g),
3012 class Spam: class
3015 inspect.signature(Spam())
3017 class Bar(Spam, Foo):
[all …]
Dtest_bool.py315 class Spam(int): class
318 check(Spam())
Dtest_grammar.py657 class Spam: class
660 class Ham(Spam): pass
661 self.assertEqual(Spam.f.__annotations__, {'_Spam__kw': 1})
Dtest_ordered_dict.py111 class Spam: class
119 self.OrderedDict(Spam())
Dtest_types.py1333 class Spam(types.SimpleNamespace): class
1336 spam = Spam(ham=8, eggs=9)
1338 self.assertIs(type(spam), Spam)
/external/python/cpython2/Lib/test/
Dtest_new.py15 import Spam
21 C = new.classobj('Spam', (Spam.Eggs,), {'get_more_yolks': get_more_yolks})
Dtest_py3kwarn.py212 class Spam(object): class
223 for obj in (Spam(), Egg()):
/external/parameter-framework/upstream/schemas/
DREADME.md63 inside it; i.e. if its name is "Spam", its path is `/FooBar/Spam`;
/external/python/funcsigs/tests/
Dtest_inspect.py512 class Spam(object): class
515 inspect.signature(Spam())
517 class Bar(Spam, Foo):
/external/python/cpython2/Lib/email/test/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
/external/python/cpython3/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
/external/autotest/docs/
Dcoding-style.md147 @param param1: A Spam object that has methods bar() and baz()
149 @type param1: Spam
/external/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
/external/python/cpython3/Doc/extending/
Dwindows.rst120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
/external/python/cpython2/Doc/extending/
Dwindows.rst120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
/external/curl/docs/
DMAIL-ETIQUETTE104 Spam - "use of electronic messaging systems to send unsolicited bulk
/external/python/cpython2/Doc/howto/
Dregex.rst560 letters, too, and ``Spam`` will match ``Spam``, ``spam``, or ``spAM``. This
/external/python/cpython3/Doc/howto/
Dregex.rst570 'K' (U+212A, Kelvin sign). ``Spam`` will match ``'Spam'``, ``'spam'``,

12