Home
last modified time | relevance | path

Searched defs:spam (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_property.py25 def spam(self): member in BaseClass
30 def spam(self, value): member in BaseClass
34 def spam(self): member in BaseClass
40 def spam(self): member in SubClass
45 def spam(self, value): member in SubClass
49 def spam(self): member in SubClass
56 spam = property(_get_spam, doc="spam spam spam") variable in PropertyDocBase
60 def spam(self): member in PropertyDocSub
66 def spam(self): member in PropertySubNewGetter
72 def spam(self): member in PropertyNewGetter
[all …]
Dtest_rlcompleter.py8 spam = 1 variable in CompleteMe
Dinspect_fodder.py8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): function
Dtest_iter.py158 def spam(state=[0]): function
166 def spam(state=[0]): function
176 def spam(state=[0]): function
866 def spam(state=[0]): function
Dtest_symtable.py52 spam = find_block(top, "spam") variable in SymtableTest
Dtest_contextlib.py94 def baz(spam): argument
Dtest_descr.py306 import copy, xxsubtype as spam namespace
309 import xxsubtype as spam namespace
350 import copy, xxsubtype as spam namespace
352 import xxsubtype as spam namespace
525 def spam(self): member in ClassPropertiesAndMethods.test_metaclass.C
821 def spam(self): return "A" member in ClassPropertiesAndMethods.test_diamond_inheritance.A
825 def spam(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
1420 import xxsubtype as spam namespace
1468 import xxsubtype as spam namespace
Dtest_argparse.py4507 def spam(string): function
4528 def spam(string_to_convert): function
4544 def spam(int_to_convert): function
4555 def spam(int_to_convert): function
/external/python/cpython3/Lib/test/
Dtest_dynamicclassattribute.py26 def spam(self): member in BaseClass
31 def spam(self, value): member in BaseClass
35 def spam(self): member in BaseClass
40 spam = BaseClass.__dict__['spam'] variable in SubClass
43 def spam(self): member in SubClass
48 def spam(self, value): member in SubClass
52 def spam(self): member in SubClass
59 spam = DynamicClassAttribute(_get_spam, doc="spam spam spam") variable in PropertyDocBase
62 spam = PropertyDocBase.__dict__['spam'] variable in PropertyDocSub
64 def spam(self): member in PropertyDocSub
[all …]
Dtest_property.py24 def spam(self): member in BaseClass
29 def spam(self, value): member in BaseClass
33 def spam(self): member in BaseClass
39 def spam(self): member in SubClass
44 def spam(self, value): member in SubClass
48 def spam(self): member in SubClass
55 spam = property(_get_spam, doc="spam spam spam") variable in PropertyDocBase
59 def spam(self): member in PropertyDocSub
65 def spam(self): member in PropertySubNewGetter
71 def spam(self): member in PropertyNewGetter
[all …]
Dtest_rlcompleter.py8 spam = 1 variable in CompleteMe
Dinspect_fodder.py8 def spam(a, b, c, d=3, e=4, f=5, *g, **h): function
Dtest_iter.py234 def spam(state=[0]): function
242 def spam(state=[0]): function
252 def spam(state=[0]): function
913 def spam(state=[0]): function
Dtest_symtable.py48 spam = find_block(top, "spam") variable in SymtableTest
Dtest_yield_from.py966 def spam(g): function
Dtest_descr.py296 import copy, xxsubtype as spam namespace
299 import xxsubtype as spam namespace
340 import copy, xxsubtype as spam namespace
342 import xxsubtype as spam namespace
512 def spam(self): member in ClassPropertiesAndMethods.test_metaclass.C
883 def spam(self): return "A" member in ClassPropertiesAndMethods.test_diamond_inheritance.A
887 def spam(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
1525 import xxsubtype as spam namespace
1580 import xxsubtype as spam namespace
Dtest_argparse.py4629 def spam(string): function
4707 def spam(string_to_convert): function
4723 def spam(int_to_convert): function
4734 def spam(int_to_convert): function
Dtest_contextlib.py164 def baz(spam): argument
Dtest_types.py1162 ns = types.SimpleNamespace(spam='spamspamspam') unknown
Dtest_inspect.py756 def test(a:'spam') -> 'ham': pass
2650 def __init__(self, spam): argument
2740 def spam(b:int, a) -> float: pass function
/external/python/cpython2/Misc/Vim/
Dsyntax_test.py56 spam = 42 # UNCOLOURED: assignment variable
/external/compiler-rt/test/asan/TestCases/Windows/
Ddemangled_names.cc16 void spam(char *p) { in spam() function
/external/fonttools/Lib/fontTools/ttLib/tables/
DD_S_I_G_.py101 pem_spam = lambda l, spam = { argument
/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references-pr13207.cpp113 void spam(K<A,B,C> x) {} in spam() function
139 void spam(NA::Y<NA::X> x) {} in spam() function
Dmangle-ms-templates.cpp179 void spam() { in spam() function

12