Lines Matching defs:self
867 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument
959 def _init(self, filename, warn, warn_to_stderr, encoding): argument
1127 def mainmenu_text(self): argument
1134 def defconfig_filename(self): argument
1149 def load_config(self, filename=None, replace=True, verbose=None): argument
1247 def _load_config(self, filename, replace): argument
1368 def _undef_assign(self, name, val, filename, linenr): argument
1377 def _assigned_twice(self, sym, new_val, filename, linenr): argument
1395 def load_allconfig(self, filename): argument
1417 def write_autoconf(self, filename=None, header=None): argument
1460 def _autoconf_contents(self, header): argument
1503 def write_config(self, filename=None, header=None, save_old=True, argument
1583 def _config_contents(self, header): argument
1658 def write_min_config(self, filename, header=None): argument
1695 def _min_config_contents(self, header): argument
1732 def sync_deps(self, path): argument
1841 def _load_old_vals(self, path): argument
1884 def _write_old_vals(self, path): argument
1898 def _old_vals_contents(self): argument
1907 def node_iter(self, unique_syms=False): argument
1958 def eval_string(self, s): argument
1990 def unset_values(self): argument
2008 def enable_warnings(self): argument
2015 def disable_warnings(self): argument
2022 def enable_stderr_warnings(self): argument
2029 def disable_stderr_warnings(self): argument
2036 def enable_undef_warnings(self): argument
2043 def disable_undef_warnings(self): argument
2050 def enable_override_warnings(self): argument
2057 def disable_override_warnings(self): argument
2064 def enable_redun_warnings(self): argument
2071 def disable_redun_warnings(self): argument
2078 def __repr__(self): argument
2111 def _open_config(self, filename): argument
2137 def _enter_file(self, filename): argument
2201 def _leave_file(self): argument
2211 def _next_line(self): argument
2243 def _line_after_help(self, line): argument
2260 def _write_if_changed(self, filename, contents): argument
2279 def _contents_eq(self, filename, contents): argument
2297 def _lookup_sym(self, name): argument
2318 def _lookup_const_sym(self, name): argument
2335 def _tokenize(self, s): argument
2547 def _expect_sym(self): argument
2556 def _expect_nonconst_sym(self): argument
2567 def _expect_str_and_eol(self): argument
2579 def _expect_expr_and_eol(self): argument
2587 def _check_token(self, token): argument
2599 def _parse_assignment(self, s): argument
2660 def _expand_whole(self, s, args): argument
2675 def _expand_name(self, s, i): argument
2696 def _expand_name_iter(self, s, i): argument
2709 def _expand_str(self, s, i): argument
2742 def _expand_macro(self, s, i, args): argument
2804 def _fn_val(self, args): argument
2863 def _make_and(self, e1, e2): argument
2877 def _make_or(self, e1, e2): argument
2891 def _parse_block(self, end_token, parent, prev): argument
3109 def _parse_cond(self): argument
3120 def _parse_props(self, node): argument
3277 def _set_type(self, sc, new_type): argument
3287 def _parse_prompt(self, node): argument
3312 def _parse_help(self, node): argument
3369 def _empty_help(self, node, line): argument
3376 def _parse_expr(self, transform_m): argument
3417 def _parse_and_expr(self, transform_m): argument
3426 def _parse_factor(self, transform_m): argument
3466 def _build_dep(self): argument
3527 def _add_choice_deps(self): argument
3541 def _invalidate_all(self): argument
3556 def _finalize_node(self, node, visible_if): argument
3637 def _propagate_deps(self, node, visible_if): argument
3689 def _add_props_to_sym(self, node): argument
3726 def _check_sym_sanity(self): argument
3816 def _check_choice_sanity(self): argument
3878 def _parse_error(self, msg): argument
3884 def _trailing_tokens_error(self): argument
3887 def _open(self, filename, mode): argument
3924 def _check_undef_syms(self): argument
3969 def _warn(self, msg, filename=None, linenr=None): argument
4274 def type(self): argument
4287 def str_value(self): argument
4428 def tri_value(self): argument
4508 def assignable(self): argument
4517 def visibility(self): argument
4526 def config_string(self): argument
4552 def name_and_loc(self): argument
4558 def set_value(self, value): argument
4647 def unset_value(self): argument
4657 def referenced(self): argument
4664 def orig_defaults(self): argument
4671 def orig_selects(self): argument
4678 def orig_implies(self): argument
4685 def orig_ranges(self): argument
4691 def __repr__(self): argument
4744 def __str__(self): argument
4760 def custom_str(self, sc_expr_str_fn): argument
4772 def __init__(self): argument
4813 def _assignable(self): argument
4859 def _invalidate(self): argument
4865 def _rec_invalidate(self): argument
4896 def _rec_invalidate_if_has_prompt(self): argument
4918 def _str_default(self): argument
4953 def _warn_select_unsatisfied_deps(self): argument
5174 def type(self): argument
5183 def str_value(self): argument
5190 def tri_value(self): argument
5210 def assignable(self): argument
5219 def visibility(self): argument
5228 def name_and_loc(self): argument
5236 def selection(self): argument
5244 def set_value(self, value): argument
5285 def unset_value(self): argument
5295 def referenced(self): argument
5302 def orig_defaults(self): argument
5308 def __repr__(self): argument
5348 def __str__(self): argument
5361 def custom_str(self, sc_expr_str_fn): argument
5373 def __init__(self): argument
5405 def _assignable(self): argument
5424 def _selection(self): argument
5440 def _selection_from_defaults(self): argument
5455 def _invalidate(self): argument
5459 def _rec_invalidate(self): argument
5633 def __init__(self): argument
5643 def orig_prompt(self): argument
5652 def orig_defaults(self): argument
5660 def orig_selects(self): argument
5668 def orig_implies(self): argument
5676 def orig_ranges(self): argument
5684 def referenced(self): argument
5717 def __repr__(self): argument
5765 def __str__(self): argument
5784 def custom_str(self, sc_expr_str_fn): argument
5793 def _menu_comment_node_str(self, sc_expr_str_fn): argument
5806 def _sym_choice_node_str(self, sc_expr_str_fn): argument
5881 def _strip_dep(self, expr): argument
5930 def expanded_value(self): argument
5936 def expanded_value_w_args(self, *args): argument
5945 def __repr__(self): argument
5974 def __init__(self, ioerror, msg): argument
5979 def __str__(self): argument