Home
last modified time | relevance | path

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

12

/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.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.py434 def spam(a): function
442 def spam(a): function
527 def spam(a): function
534 def spam(a): function
554 def spam(a): function
567 def spam(a): function
599 def spam(a): function
608 def spam(a): function
617 def spam(a): function
626 def spam(a, b): function
[all …]
Dtest_frozen.py35 import __phello__.spam as spam namespace
47 import __phello__.spam as spam namespace
Dtest_iter.py337 def spam(state=[0]): function
345 def spam(state=[0]): function
364 def spam(): function
380 def spam(state=[0]): function
1050 def spam(state=[0]): function
Dtest_rlcompleter.py9 spam = 1 variable in CompleteMe
Dtest_symtable.py186 spam = find_block(top, "spam") variable in SymtableTest
Dtest__interpreters.py1156 def script(*, spam=True): argument
1162 def script(spam, /): argument
Dtest_scope.py193 def spam(arg): function
218 def spam(arg): function
Dtest_descr.py310 import copy, xxsubtype as spam namespace
313 import xxsubtype as spam namespace
355 import copy, xxsubtype as spam namespace
357 import xxsubtype as spam namespace
531 def spam(self): member in ClassPropertiesAndMethods.test_metaclass.C
910 def spam(self): return "A" member in ClassPropertiesAndMethods.test_diamond_inheritance.A
914 def spam(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
1626 import xxsubtype as spam namespace
1710 import xxsubtype as spam namespace
Dtest_yield_from.py968 def spam(g): function
Dtest_contextlib_async.py308 async def baz(spam): argument
Dtest_abc.py477 spam = 42 variable in test_factory.TestABC.test_subclasshook.C
Dtest_argparse.py5796 def spam(string): function
5874 def spam(string_to_convert): function
6023 def spam(int_to_convert): function
6034 def spam(int_to_convert): function
Dtest_contextlib.py318 def baz(spam): argument
Dtest_types.py1931 ns = types.SimpleNamespace(spam='spamspamspam') unknown
/external/python/cpython3/Lib/test/test_import/data/circular_imports/
Dsource.py2 spam = 1 variable
/external/compiler-rt/test/asan/TestCases/Windows/
Ddemangled_names.cc16 void spam(char *p) { in spam() function
/external/rust/android-crates-io/crates/serde_cbor/tests/
Dvalue.rs86 spam: u32, field
/external/fonttools/Lib/fontTools/ttLib/tables/
DD_S_I_G_.py117 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
/external/python/cpython3/Lib/test/test_inspect/
Dinspect_fodder.py8 def spam(a, /, b, c, d=3, e=4, f=5, *g, **h): function
/external/python/cpython3/Modules/clinic/
D_testinternalcapi.c.h347 PyObject *spam = Py_None; in gh_119213_getargs() local
/external/python/cpython3/Modules/
D_testinternalcapi.c2013 gh_119213_getargs_impl(PyObject *module, PyObject *spam) in gh_119213_getargs_impl()

12