Trees | Indices | Help |
|
---|
|
object --+ | argparse._AttributeHolder --+ | argparse.Action --+ | DictAction
Argparse action class that uses values of the form key=val (see parseKeyval for more details) to fill a dictionary. (Similar to the "append" action, but for dicts.)
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Return a (key, val) tuple given a string. The string must start with the key, which is made of word characters (alphanumeric or underscore). Any non-word character optionally followed by whitespace acts as a separator, and everything else is the value. If the value is delimited by brackets or braces, it is parsed as JSON. If there is no delimiter, the value is interpreted as "yes". |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:44 2016 | http://epydoc.sourceforge.net |