Home
last modified time | relevance | path

Searched refs:Spam (Results 1 – 25 of 34) 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'])
218 writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'})
219 writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
Dunittest.mock-examples.rst873 ... with patch('mymodule.Spam') as mock_spam:
876 ... assert mymodule.Spam is mock_spam
898 ... mock_spam = self.create_patch('mymodule.Spam')
902 ... assert mymodule.Spam is mock_spam
Dre.rst868 >>> re.sub(r'\sAND\s', ' & ', 'Baked Beans And Spam', flags=re.IGNORECASE)
869 'Baked Beans & 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.py2585 class Spam: class
2591 inspect.signature(Spam.ham)
2593 class Spam: class
2598 self.assertEqual(self.signature(Spam.ham),
2604 self.assertEqual(self.signature(Spam().ham),
2609 class Spam: class
2615 self.assertEqual(self.signature(Spam.g),
2824 class Spam: class
2827 inspect.signature(Spam())
2829 class Bar(Spam, Foo):
[all …]
Dtest_bool.py318 class Spam(int): class
321 check(Spam())
Dtest_grammar.py604 class Spam: class
607 class Ham(Spam): pass
608 self.assertEqual(Spam.f.__annotations__, {'_Spam__kw': 1})
Dtest_ordered_dict.py111 class Spam: class
119 self.OrderedDict(Spam())
Dtest_types.py1304 class Spam(types.SimpleNamespace): class
1307 spam = Spam(ham=8, eggs=9)
1309 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/python/cpython2/Doc/extending/
Dwindows.rst120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
/external/python/cpython3/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/libmtp/logs/
Dmtp-detect-xiaomi-hm-note.txt6 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on drew.franken.de
7 X-Spam-Level:
8 X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,DK_POLICY_SIGNSOME,
/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