/external/python/cpython3/Lib/test/ |
D | test_dynamicclassattribute.py | 26 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 …]
|
D | test_property.py | 25 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 …]
|
D | test_named_expressions.py | 434 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 …]
|
D | test_frozen.py | 35 import __phello__.spam as spam namespace 47 import __phello__.spam as spam namespace
|
D | test_iter.py | 337 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
|
D | test_rlcompleter.py | 9 spam = 1 variable in CompleteMe
|
D | test_symtable.py | 186 spam = find_block(top, "spam") variable in SymtableTest
|
D | test__interpreters.py | 1156 def script(*, spam=True): argument 1162 def script(spam, /): argument
|
D | test_scope.py | 193 def spam(arg): function 218 def spam(arg): function
|
D | test_descr.py | 310 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
|
D | test_yield_from.py | 968 def spam(g): function
|
D | test_contextlib_async.py | 308 async def baz(spam): argument
|
D | test_abc.py | 477 spam = 42 variable in test_factory.TestABC.test_subclasshook.C
|
D | test_argparse.py | 5796 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
|
D | test_contextlib.py | 318 def baz(spam): argument
|
D | test_types.py | 1931 ns = types.SimpleNamespace(spam='spamspamspam') unknown
|
/external/python/cpython3/Lib/test/test_import/data/circular_imports/ |
D | source.py | 2 spam = 1 variable
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | demangled_names.cc | 16 void spam(char *p) { in spam() function
|
/external/rust/android-crates-io/crates/serde_cbor/tests/ |
D | value.rs | 86 spam: u32, field
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | D_S_I_G_.py | 117 pem_spam = lambda l, spam={ argument
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-back-references-pr13207.cpp | 113 void spam(K<A,B,C> x) {} in spam() function 139 void spam(NA::Y<NA::X> x) {} in spam() function
|
D | mangle-ms-templates.cpp | 179 void spam() { in spam() function
|
/external/python/cpython3/Lib/test/test_inspect/ |
D | inspect_fodder.py | 8 def spam(a, /, b, c, d=3, e=4, f=5, *g, **h): function
|
/external/python/cpython3/Modules/clinic/ |
D | _testinternalcapi.c.h | 347 PyObject *spam = Py_None; in gh_119213_getargs() local
|
/external/python/cpython3/Modules/ |
D | _testinternalcapi.c | 2013 gh_119213_getargs_impl(PyObject *module, PyObject *spam) in gh_119213_getargs_impl()
|