/external/python/cpython3/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']) 218 writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'}) 219 writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
|
D | unittest.mock-examples.rst | 873 ... 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
|
D | re.rst | 868 >>> re.sub(r'\sAND\s', ' & ', 'Baked Beans And Spam', flags=re.IGNORECASE) 869 'Baked Beans & Spam'
|
/external/python/cpython2/Doc/library/ |
D | csv.rst | 85 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'})
|
D | mimetools.rst | 96 header ``Content-type: text/html; spam=1; Spam=2; Spam`` then :meth:`getplist` 97 will return the Python list ``['spam=1', 'spam=2', 'Spam']``.
|
D | types.rst | 87 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
|
D | re.rst | 674 >>> re.sub(r'\sAND\s', ' & ', 'Baked Beans And Spam', flags=re.IGNORECASE) 675 'Baked Beans & Spam'
|
/external/python/cpython3/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_inspect.py | 2585 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 …]
|
D | test_bool.py | 318 class Spam(int): class 321 check(Spam())
|
D | test_grammar.py | 604 class Spam: class 607 class Ham(Spam): pass 608 self.assertEqual(Spam.f.__annotations__, {'_Spam__kw': 1})
|
D | test_ordered_dict.py | 111 class Spam: class 119 self.OrderedDict(Spam())
|
D | test_types.py | 1304 class Spam(types.SimpleNamespace): class 1307 spam = Spam(ham=8, eggs=9) 1309 self.assertIs(type(spam), Spam)
|
/external/python/cpython2/Lib/test/ |
D | test_new.py | 15 import Spam 21 C = new.classobj('Spam', (Spam.Eggs,), {'get_more_yolks': get_more_yolks})
|
D | test_py3kwarn.py | 212 class Spam(object): class 223 for obj in (Spam(), Egg()):
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 63 inside it; i.e. if its name is "Spam", its path is `/FooBar/Spam`;
|
/external/python/funcsigs/tests/ |
D | test_inspect.py | 512 class Spam(object): class 515 inspect.signature(Spam()) 517 class Bar(Spam, Foo):
|
/external/python/cpython2/Lib/email/test/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
|
/external/python/cpython3/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
|
/external/python/cpython2/Doc/extending/ |
D | windows.rst | 120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
|
/external/python/cpython3/Doc/extending/ |
D | windows.rst | 120 :file:`spam.lib`. :file:`Spam.dll` does not contain any Python functions (such
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 104 Spam - "use of electronic messaging systems to send unsolicited bulk
|
/external/libmtp/logs/ |
D | mtp-detect-xiaomi-hm-note.txt | 6 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/ |
D | regex.rst | 560 letters, too, and ``Spam`` will match ``Spam``, ``spam``, or ``spAM``. This
|
/external/python/cpython3/Doc/howto/ |
D | regex.rst | 570 'K' (U+212A, Kelvin sign). ``Spam`` will match ``'Spam'``, ``'spam'``,
|