Lines Matching defs:self

18     def __enter__(self):  argument
21 def emit(self, record): argument
28 def __exit__(self, type, value, traceback): argument
41 def setUp(self): argument
47 def test_one_var(self): argument
51 def test_indirect_one_var(self): argument
55 def test_indirect_and_another(self): argument
59 def test_python_snippet(self): argument
63 def test_python_snippet_w_dict(self): argument
67 def test_python_unexpanded_multi(self): argument
72 def test_expand_in_python_snippet(self): argument
76 def test_python_snippet_getvar(self): argument
80 def test_python_snippet_function_reference(self): argument
88 def test_python_snippet_builtin_metadata(self): argument
92 def test_python_unexpanded(self): argument
97 def test_python_snippet_syntax_error(self): argument
101 def test_python_snippet_runtime_error(self): argument
105 def test_python_snippet_error_path(self): argument
110 def test_value_containing_value(self): argument
114 def test_reference_undefined_var(self): argument
118 def test_double_reference(self): argument
124 def test_direct_recursion(self): argument
128 def test_indirect_recursion(self): argument
134 def test_recursion_exception(self): argument
139 def test_incomplete_varexp_single_quotes(self): argument
144 def test_nonstring(self): argument
149 def test_rename(self): argument
154 def test_deletion(self): argument
158 def test_keys(self): argument
162 def test_keys_deletion(self): argument
169 def setUp(self): argument
175 def test_refs(self): argument
183 def test_ref_in_python_ref(self): argument
187 def test_python_ref_in_ref(self): argument
191 def test_deep_nesting(self): argument
201 def test_mixed(self): argument
205 def test_runtime(self): argument
210 def test_memoized(self): argument
215 def test_not_memoized(self): argument
222 def test_changed_after_memoized(self): argument
229 def test_same_value(self): argument
237 def setUp(self): argument
243 def test_prepend(self): argument
248 def test_append(self): argument
253 def test_multiple_append(self): argument
261 def setUp(self): argument
267 def test_prepend(self): argument
272 def test_append(self): argument
277 def test_multiple_append(self): argument
284 def test_append_unset(self): argument
290 def test_remove(self): argument
295 def test_remove_cleared(self): argument
303 def test_remove_inactive_override(self): argument
308 def test_doubleref_remove(self): argument
314 def test_empty_remove(self): argument
319 def test_remove_expansion(self): argument
325 def test_remove_expansion_items(self): argument
331 def test_remove_preserve_whitespace(self): argument
337 def test_remove_preserve_whitespace2(self): argument
344 def setUp(self): argument
349 def test_no_override(self): argument
352 def test_one_override(self): argument
356 def test_one_override_unset(self): argument
362 def test_multiple_override(self): argument
369 def test_multiple_combined_overrides(self): argument
373 def test_multiple_overrides_unset(self): argument
377 def test_keyexpansion_override(self): argument
385 def test_rename_override(self): argument
391 def test_underscore_override(self): argument
399 def test_underscore_override_2(self): argument
408 def test_remove_with_override(self): argument
416 def test_append_and_override_1(self): argument
421 def test_append_and_override_2(self): argument
425 def test_append_and_override_3(self): argument
429 def test_append_and_unused_override(self): argument
435 def setUp(self): argument
440 def test_keyexpand(self): argument
449 def setUp(self): argument
455 def test_setflag(self): argument
459 def test_delflag(self): argument
466 def setUp(self): argument
470 def test_contains(self): argument
487 def test_contains_any(self): argument
504 def test_taskhashes(self): argument
553 def test_serialize(self): argument