Lines Matching full:see

12 See the homepage at https://github.com/ulfalizer/Kconfiglib for a longer
75 See the examples/ subdirectory for example scripts.
104 Search the top-level Makefile for "Additional ARCH settings" to see other
107 To see a list of all referenced environment variables together with their
210 sym.visibility is non-0 (non-n) to see whether the user value will have an
244 visibility (see 'Intro to expressions' below).
438 Undefined symbols can be recognized by Symbol.nodes being empty -- see
554 The menu node (see the MenuNode class) of the implicit top-level menu.
559 Can be changed with the 'mainmenu' statement (see kconfig-language.txt).
562 A dictionary with all preprocessor variables, indexed by name. See the
569 See the 'warn_to_stderr' parameter to Kconfig.__init__() and the
575 enabled will get added to Kconfig.warnings. See the various
683 See the class documentation.
695 See the other Kconfig.enable_*_warnings() functions as well, which
698 All generated warnings are added to the Kconfig.warnings list. See
817 # files usually source other Kconfig files. See _enter_file().
887 See the class documentation.
908 The Symbol.user_value attribute can be inspected afterwards to see what
914 The file to load. Respects $srctree if set (see the class
1134 See the 'Intro to symbol values' section in the module docstring to
1151 # C tools). Can be changed with the 'mainmenu' statement (see
1488 See Kconfig.__init__().
1494 See Kconfig.__init__().
1500 See Kconfig.__init__().
1506 See Kconfig.__init__().
1520 See enable_undef_assign().
1536 See enable_redun_warnings().
1652 # Returns from a Kconfig file to the file that sourced it. See
1752 # to the previous token. See _STRING_LEX for why this is needed.
1785 # new symbols for us the first time we see them. Note that
1948 # See the 'Intro to expressions' section for what a constant symbol is.
2085 # have to worry about delimiters. See _expand_macro() re. the 'args'
2739 # simple top-down approach. See the module docstring for the expression
2743 # True if m should be rewritten to m && MODULES. See the
2919 # Propagates properties and dependencies, creates implicit menus (see
2960 # See if we can create an implicit menu rooted at the Symbol and
3056 # See the Symbol class docstring
3173 # See the class documentation
3186 # See the class documentation
3289 The visibility of the symbol. One of 0, 1, 2, representing n, m, y. See
3434 See the class documentation.
3446 See the class documentation.
3464 # Warning: See Symbol._rec_invalidate(), and note that this is a hidden
3587 See the class documentation.
3603 # Warning: See Symbol._rec_invalidate(), and note that this is a hidden
3667 See the class documentation.
3677 See the class documentation.
3687 See the class documentation.
3744 TRISTATE symbols, check the Symbol.assignable attribute to see what
3810 See the class documentation.
3897 all symbol/choice references. See expr_str().
3941 # See Kconfig._build_dep()
3954 # Warning: See Symbol._rec_invalidate(), and note that this is a hidden
4168 the 'optional' flag set (see kconfig-language.txt).
4200 See the symbol class documentation. Gives the assignable values (modes).
4203 See the Symbol class documentation. Acts on the value (mode).
4215 0, 1, or 2, or None if the user hasn't selected a mode. See
4254 See Symbol.direct_dep.
4296 Returns the type of the choice. See Symbol.type.
4306 See the class documentation.
4313 See the class documentation.
4323 # Warning: See Symbol._rec_invalidate(), and note that this is a hidden
4333 See the class documentation.
4343 See the class documentation.
4353 See the class documentation.
4370 Choice.assignable attribute to see what values are currently in range
4414 See the class documentation.
4469 See Symbol.__str__() as well.
4476 all symbol/choice references. See expr_str().
4511 # See Kconfig._build_dep()
4520 # Warning: See Symbol._rec_invalidate(), and note that this is a hidden
4539 # Warning: See Symbol._rec_invalidate(), and note that this is a hidden
4572 # See Symbol._rec_invalidate()
4610 children because of menus created automatically from dependencies (see
4626 The 'default' properties for this particular menu node. See
4738 See the class documentation.
4831 the object associated with the menu node. See the module documentation
4844 for all symbol/choice references. See expr_str().
4965 See the class documentation.
5051 See expr_str().