Lines Matching defs:self

16     def __init__(self, *args, **kwargs):  argument
20 def _push_context(self, lexer, env): argument
26 def test_empty(self): argument
31 def test_append_raw(self): argument
36 def test_append_raw_concat(self): argument
45 def test_append_var(self): argument
49 def test_var_eval(self): argument
56 def test_var_concat_eval(self): argument
68 def test_var_repeat_eval(self): argument
83 def test_var_recursive_eval(self): argument
100 def test_unknown_variable_eval_error(self): argument
104 def test_circular_eval_eval_error(self): argument
113 def test_raw_and_var_eval(self): argument
127 def test_repr(self): argument
136 def test_peek_skip_comment(self): argument
141 def test_peek_skip_comment_line(self): argument
158 def test_peek_skip_empty_line(self): argument
171 def test_peek_newline(self): argument
176 def test_peek_space(self): argument
189 def test_lex_space(self): argument
212 def test_lex_skip_space(self): argument
225 def test_lex_skip_space_newline_escape(self): argument
275 def test_peek_space_after_newline(self): argument
304 def test_lex_ident(self): argument
329 def test_lex_assign(self): argument
334 def test_lex_colon(self): argument
339 def test_lex_pipe(self): argument
344 def test_lex_pipe2(self): argument
349 def test_lex_non_trivial(self): argument
357 def test_lex_match(self): argument
362 def test_lex_path_char(self): argument
377 def test_lex_str_char(self): argument
385 def test_lex_path_escape_char(self): argument
394 def test_lex_str_escape_char(self): argument
403 def test_lex_path_escape_char_bad(self): argument
412 def test_lex_str_escape_char_bad(self): argument
421 def test_lex_path_end_char(self): argument
430 def test_lex_path_var(self): argument
446 def test_lex_str_var(self): argument
469 def test_init_base_dir(self): argument
475 def test_global_binding_stmt(self): argument
488 def test_rule_stmt(self): argument
520 def test_build_stmt(self): argument
544 def test_default_stmt(self): argument
556 def test_pool_stmt(self): argument
568 def test_subninja_stmt(self): argument
581 def test_include_stmt(self): argument
593 def test_unexpected_trivial_token(self): argument
602 def test_unexpected_non_trivial_token(self): argument
611 def test_bad_after_good(self): argument
620 def test_bad_path(self): argument