From 1d20379f8815264e06119a6237630f17dd3fb83d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 20 Jun 2015 20:39:34 +0200 Subject: Explain line_feeder in _parse_block()'s docstring. --- kconfiglib.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 5604fb2..151a521 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -612,6 +612,9 @@ class Config(object): """Parses a block, which is the contents of either a file or an if, menu, or choice statement. Returns a list with the Items in the block. + line_feeder: A _FileFeed instance feeding lines from a file. The + Kconfig language is line-based in practice. + end_marker: The token that ends the block, e.g. T_ENDIF ("endif") for ifs. None for files. -- cgit v1.2.3