1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
This commit is contained in:
Kelly Brazil
2020-07-24 16:29:27 -07:00
parent bcae0a99cd
commit ac10e576c1
2 changed files with 4 additions and 4 deletions

View File

@ -63,14 +63,14 @@ Parameters:
Returns: Returns:
Dictionary representing an ini document: Dictionary representing an ini or simple key/value pair document:
{ {
ini or key/value document converted to a dictionary - see configparser standard ini or key/value document converted to a dictionary - see configparser standard
library documentation for more details. library documentation for more details.
Note: Values starting and ending with quotation marks will have the marks removed. Note: Values starting and ending with quotation marks will have the marks removed.
If you would like to keep the quotation markes, use the -r or raw=True argument. If you would like to keep the quotation marks, use the -r or raw=True argument.
} }
## parse ## parse

View File

@ -72,14 +72,14 @@ def process(proc_data):
Returns: Returns:
Dictionary representing an ini document: Dictionary representing an ini or simple key/value pair document:
{ {
ini or key/value document converted to a dictionary - see configparser standard ini or key/value document converted to a dictionary - see configparser standard
library documentation for more details. library documentation for more details.
Note: Values starting and ending with quotation marks will have the marks removed. Note: Values starting and ending with quotation marks will have the marks removed.
If you would like to keep the quotation markes, use the -r or raw=True argument. If you would like to keep the quotation marks, use the -r or raw=True argument.
} }
""" """
# remove quotation marks from beginning and end of values # remove quotation marks from beginning and end of values