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
1582 def _config_contents(self, header): argument
1657 def write_min_config(self, filename, header=None): argument
1694 def _min_config_contents(self, header): argument
1731 def sync_deps(self, path): argument
1840 def _load_old_vals(self, path): argument
1883 def _write_old_vals(self, path): argument
1897 def _old_vals_contents(self): argument
1906 def node_iter(self, unique_syms=False): argument
1957 def eval_string(self, s): argument
1989 def unset_values(self): argument
2007 def enable_warnings(self): argument
2014 def disable_warnings(self): argument
2021 def enable_stderr_warnings(self): argument
2028 def disable_stderr_warnings(self): argument
2035 def enable_undef_warnings(self): argument
2042 def disable_undef_warnings(self): argument
2049 def enable_override_warnings(self): argument
2056 def disable_override_warnings(self): argument
2063 def enable_redun_warnings(self): argument
2070 def disable_redun_warnings(self): argument
2077 def __repr__(self): argument
2110 def _open_config(self, filename): argument
2136 def _enter_file(self, filename): argument
2200 def _leave_file(self): argument
2210 def _next_line(self): argument
2242 def _line_after_help(self, line): argument
2259 def _write_if_changed(self, filename, contents): argument
2278 def _contents_eq(self, filename, contents): argument
2296 def _lookup_sym(self, name): argument
2317 def _lookup_const_sym(self, name): argument
2334 def _tokenize(self, s): argument
2546 def _expect_sym(self): argument
2555 def _expect_nonconst_sym(self): argument
2566 def _expect_str_and_eol(self): argument
2578 def _expect_expr_and_eol(self): argument
2586 def _check_token(self, token): argument
2598 def _parse_assignment(self, s): argument
2659 def _expand_whole(self, s, args): argument
2674 def _expand_name(self, s, i): argument
2695 def _expand_name_iter(self, s, i): argument
2708 def _expand_str(self, s, i): argument
2741 def _expand_macro(self, s, i, args): argument
2803 def _fn_val(self, args): argument
2862 def _make_and(self, e1, e2): argument
2876 def _make_or(self, e1, e2): argument
2890 def _parse_block(self, end_token, parent, prev): argument
3108 def _parse_cond(self): argument
3119 def _parse_props(self, node): argument
3276 def _set_type(self, sc, new_type): argument
3286 def _parse_prompt(self, node): argument
3311 def _parse_help(self, node): argument
3368 def _empty_help(self, node, line): argument
3375 def _parse_expr(self, transform_m): argument
3416 def _parse_and_expr(self, transform_m): argument
3425 def _parse_factor(self, transform_m): argument
3465 def _build_dep(self): argument
3526 def _add_choice_deps(self): argument
3540 def _invalidate_all(self): argument
3555 def _finalize_node(self, node, visible_if): argument
3636 def _propagate_deps(self, node, visible_if): argument
3688 def _add_props_to_sym(self, node): argument
3725 def _check_sym_sanity(self): argument
3815 def _check_choice_sanity(self): argument
3877 def _parse_error(self, msg): argument
3883 def _trailing_tokens_error(self): argument
3886 def _open(self, filename, mode): argument
3923 def _check_undef_syms(self): argument
3968 def _warn(self, msg, filename=None, linenr=None): argument
4273 def type(self): argument
4286 def str_value(self): argument
4427 def tri_value(self): argument
4507 def assignable(self): argument
4516 def visibility(self): argument
4525 def config_string(self): argument
4551 def name_and_loc(self): argument
4557 def set_value(self, value): argument
4646 def unset_value(self): argument
4656 def referenced(self): argument
4663 def orig_defaults(self): argument
4670 def orig_selects(self): argument
4677 def orig_implies(self): argument
4684 def orig_ranges(self): argument
4690 def __repr__(self): argument
4743 def __str__(self): argument
4759 def custom_str(self, sc_expr_str_fn): argument
4771 def __init__(self): argument
4812 def _assignable(self): argument
4858 def _invalidate(self): argument
4864 def _rec_invalidate(self): argument
4895 def _rec_invalidate_if_has_prompt(self): argument
4917 def _str_default(self): argument
4952 def _warn_select_unsatisfied_deps(self): argument
5173 def type(self): argument
5182 def str_value(self): argument
5189 def tri_value(self): argument
5209 def assignable(self): argument
5218 def visibility(self): argument
5227 def name_and_loc(self): argument
5235 def selection(self): argument
5243 def set_value(self, value): argument
5284 def unset_value(self): argument
5294 def referenced(self): argument
5301 def orig_defaults(self): argument
5307 def __repr__(self): argument
5347 def __str__(self): argument
5360 def custom_str(self, sc_expr_str_fn): argument
5372 def __init__(self): argument
5404 def _assignable(self): argument
5423 def _selection(self): argument
5439 def _selection_from_defaults(self): argument
5454 def _invalidate(self): argument
5458 def _rec_invalidate(self): argument
5632 def __init__(self): argument
5642 def orig_prompt(self): argument
5651 def orig_defaults(self): argument
5659 def orig_selects(self): argument
5667 def orig_implies(self): argument
5675 def orig_ranges(self): argument
5683 def referenced(self): argument
5716 def __repr__(self): argument
5764 def __str__(self): argument
5783 def custom_str(self, sc_expr_str_fn): argument
5792 def _menu_comment_node_str(self, sc_expr_str_fn): argument
5805 def _sym_choice_node_str(self, sc_expr_str_fn): argument
5880 def _strip_dep(self, expr): argument
5929 def expanded_value(self): argument
5935 def expanded_value_w_args(self, *args): argument
5944 def __repr__(self): argument
5973 def __init__(self, ioerror, msg): argument
5978 def __str__(self): argument