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
1129 def mainmenu_text(self): argument
1136 def defconfig_filename(self): argument
1151 def load_config(self, filename=None, replace=True, verbose=None): argument
1249 def _load_config(self, filename, replace): argument
1370 def _undef_assign(self, name, val, filename, linenr): argument
1379 def _assigned_twice(self, sym, new_val, filename, linenr): argument
1397 def load_allconfig(self, filename): argument
1419 def write_autoconf(self, filename=None, header=None): argument
1462 def _autoconf_contents(self, header): argument
1505 def write_config(self, filename=None, header=None, save_old=True, argument
1584 def _config_contents(self, header): argument
1659 def write_min_config(self, filename, header=None): argument
1696 def _min_config_contents(self, header): argument
1733 def sync_deps(self, path): argument
1842 def _load_old_vals(self, path): argument
1885 def _write_old_vals(self, path): argument
1899 def _old_vals_contents(self): argument
1908 def node_iter(self, unique_syms=False): argument
1959 def eval_string(self, s): argument
1991 def unset_values(self): argument
2009 def enable_warnings(self): argument
2016 def disable_warnings(self): argument
2023 def enable_stderr_warnings(self): argument
2030 def disable_stderr_warnings(self): argument
2037 def enable_undef_warnings(self): argument
2044 def disable_undef_warnings(self): argument
2051 def enable_override_warnings(self): argument
2058 def disable_override_warnings(self): argument
2065 def enable_redun_warnings(self): argument
2072 def disable_redun_warnings(self): argument
2079 def __repr__(self): argument
2112 def _open_config(self, filename): argument
2138 def _enter_file(self, filename): argument
2202 def _leave_file(self): argument
2212 def _next_line(self): argument
2244 def _line_after_help(self, line): argument
2261 def _write_if_changed(self, filename, contents): argument
2280 def _contents_eq(self, filename, contents): argument
2298 def _lookup_sym(self, name): argument
2320 def _lookup_const_sym(self, name): argument
2338 def _tokenize(self, s): argument
2550 def _expect_sym(self): argument
2559 def _expect_nonconst_sym(self): argument
2570 def _expect_str_and_eol(self): argument
2582 def _expect_expr_and_eol(self): argument
2590 def _check_token(self, token): argument
2602 def _parse_assignment(self, s): argument
2663 def _expand_whole(self, s, args): argument
2678 def _expand_name(self, s, i): argument
2699 def _expand_name_iter(self, s, i): argument
2712 def _expand_str(self, s, i): argument
2745 def _expand_macro(self, s, i, args): argument
2807 def _fn_val(self, args): argument
2866 def _make_and(self, e1, e2): argument
2880 def _make_or(self, e1, e2): argument
2894 def _parse_block(self, end_token, parent, prev): argument
3123 def _parse_cond(self): argument
3134 def _parse_props(self, node): argument
3291 def _set_type(self, sc, new_type): argument
3301 def _parse_prompt(self, node): argument
3326 def _parse_help(self, node): argument
3383 def _empty_help(self, node, line): argument
3390 def _parse_expr(self, transform_m): argument
3431 def _parse_and_expr(self, transform_m): argument
3440 def _parse_factor(self, transform_m): argument
3480 def _build_dep(self): argument
3541 def _add_choice_deps(self): argument
3555 def _invalidate_all(self): argument
3569 def _finalize_sym(self, sym): argument
3587 def _finalize_node(self, node, visible_if): argument
3668 def _propagate_deps(self, node, visible_if): argument
3720 def _add_props_to_sym(self, node): argument
3765 def _check_sym_sanity(self): argument
3855 def _check_choice_sanity(self): argument
3917 def _parse_error(self, msg): argument
3923 def _trailing_tokens_error(self): argument
3926 def _open(self, filename, mode): argument
3963 def _check_undef_syms(self): argument
4008 def _warn(self, msg, filename=None, linenr=None): argument
4314 def type(self): argument
4327 def str_value(self): argument
4468 def tri_value(self): argument
4548 def assignable(self): argument
4557 def visibility(self): argument
4566 def config_string(self): argument
4592 def name_and_loc(self): argument
4598 def set_value(self, value): argument
4687 def unset_value(self): argument
4697 def referenced(self): argument
4704 def orig_defaults(self): argument
4711 def orig_selects(self): argument
4718 def orig_implies(self): argument
4725 def orig_ranges(self): argument
4731 def __repr__(self): argument
4784 def __str__(self): argument
4800 def custom_str(self, sc_expr_str_fn): argument
4812 def __init__(self): argument
4853 def _assignable(self): argument
4899 def _invalidate(self): argument
4905 def _rec_invalidate(self): argument
4936 def _rec_invalidate_if_has_prompt(self): argument
4958 def _str_default(self): argument
4993 def _warn_select_unsatisfied_deps(self): argument
5214 def type(self): argument
5223 def str_value(self): argument
5230 def tri_value(self): argument
5250 def assignable(self): argument
5259 def visibility(self): argument
5268 def name_and_loc(self): argument
5276 def selection(self): argument
5284 def set_value(self, value): argument
5325 def unset_value(self): argument
5335 def referenced(self): argument
5342 def orig_defaults(self): argument
5348 def __repr__(self): argument
5388 def __str__(self): argument
5401 def custom_str(self, sc_expr_str_fn): argument
5413 def __init__(self): argument
5445 def _assignable(self): argument
5464 def _selection(self): argument
5480 def _selection_from_defaults(self): argument
5495 def _invalidate(self): argument
5499 def _rec_invalidate(self): argument
5674 def __init__(self): argument
5684 def orig_prompt(self): argument
5693 def orig_defaults(self): argument
5701 def orig_selects(self): argument
5709 def orig_implies(self): argument
5717 def orig_ranges(self): argument
5725 def referenced(self): argument
5758 def __repr__(self): argument
5806 def __str__(self): argument
5825 def custom_str(self, sc_expr_str_fn): argument
5834 def _menu_comment_node_str(self, sc_expr_str_fn): argument
5847 def _sym_choice_node_str(self, sc_expr_str_fn): argument
5927 def _strip_dep(self, expr): argument
5976 def expanded_value(self): argument
5982 def expanded_value_w_args(self, *args): argument
5991 def __repr__(self): argument
6020 def __init__(self, ioerror, msg): argument
6025 def __str__(self): argument