Home
last modified time | relevance | path

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

/third_party/python/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.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_named_expressions.py282 def spam(a): function
290 def spam(a): function
375 def spam(a): function
382 def spam(a): function
402 def spam(a): function
415 def spam(a): function
447 def spam(a): function
456 def spam(a): function
465 def spam(a): function
474 def spam(a, b): function
[all …]
Dtest_rlcompleter.py8 spam = 1 variable in CompleteMe
Dtest_iter.py253 def spam(state=[0]): function
261 def spam(state=[0]): function
271 def spam(state=[0]): function
941 def spam(state=[0]): function
Dinspect_fodder.py8 def spam(a, /, b, c, d=3, e=4, f=5, *g, **h): function
Dtest_symtable.py58 spam = find_block(top, "spam") variable in SymtableTest
Dtest_contextlib_async.py262 async def baz(spam): argument
Dtest_yield_from.py968 def spam(g): function
Dtest_descr.py303 import copy, xxsubtype as spam namespace
306 import xxsubtype as spam namespace
347 import copy, xxsubtype as spam namespace
349 import xxsubtype as spam namespace
523 def spam(self): member in ClassPropertiesAndMethods.test_metaclass.C
902 def spam(self): return "A" member in ClassPropertiesAndMethods.test_diamond_inheritance.A
906 def spam(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
1607 import xxsubtype as spam namespace
1690 import xxsubtype as spam namespace
Dtest_abc.py476 spam = 42 variable in test_factory.TestABC.test_subclasshook.C
Dtest_argparse.py4912 def spam(string): function
4990 def spam(string_to_convert): function
5006 def spam(int_to_convert): function
5017 def spam(int_to_convert): function
Dtest_contextlib.py199 def baz(spam): argument
Dtest_inspect.py985 def test(a:'spam') -> 'ham': pass
3158 def __init__(self, spam): argument
3248 def spam(b:int, a) -> float: pass function
Dtest_types.py1703 ns = types.SimpleNamespace(spam='spamspamspam') unknown
Dtest_patma.py3031 spam = 0 variable in TestTypeErrors.test_match_args_must_be_a_tuple_2.Class
Dtest_enum.py285 def spam(cls): member in TestEnum.test_attribute_deletion.Season
/third_party/python/Lib/test/test_import/data/circular_imports/
Dsource.py2 spam = 1 variable
/third_party/node/test/parallel/
Dtest-tls-client-renegotiation-limit.js91 function spam() { function
Dtest-https-client-renegotiation-limit.js100 function spam() { function