Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
pyuci
Commits
69ef007a
Verified
Commit
69ef007a
authored
Dec 03, 2019
by
Martin Matějek
Committed by
Karel Koci
Dec 04, 2019
Browse files
README.md: add documentation for euci.boolean.VALUES
parent
400fbc2f
Pipeline
#56757
passed with stage
in 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
69ef007a
...
...
@@ -182,6 +182,10 @@ and provide additional behavior on top of `Uci`.
*
__int__: non-standard type for integers. String representations as defined by
Python are supported.
`EUci`
saves integers as decimal numbers.
#### euci.bolean.VALUES
This is dictionary mapping boolean strings to
`True`
or
`False`
.
Useful when getting whole config section and processing options individually.
#### euci.get(config, section, option, dtype=str, default=?, list=?)
This is overloaded
`uci.get`
method. Three initial positional arguments are same
as in case of
`uci.get`
but behavior changes depending on additional keyword
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment