1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

update parse() Return info

This commit is contained in:
Kelly Brazil
2019-12-17 10:09:19 -08:00
parent 41f8e3aba2
commit be06aa2b31
65 changed files with 70 additions and 66 deletions

View File

@@ -133,5 +133,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -193,5 +193,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
Dictionary. Raw or processed structured data.

View File

@@ -121,5 +121,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -398,5 +398,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -111,5 +111,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -91,5 +91,6 @@ Parameters:
Returns:
dictionary raw or processed structured data
Dictionary of raw structured data or
list of dictionaries of processed structured data

View File

@@ -96,5 +96,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -113,5 +113,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -83,5 +83,6 @@ Parameters:
Returns:
dictionary raw or processed structured data
Dictionary of raw structured data or
list of dictionaries of processed structured data

View File

@@ -102,5 +102,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -210,5 +210,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -187,5 +187,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -118,5 +118,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -187,5 +187,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -292,5 +292,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -149,5 +149,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -143,5 +143,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -99,5 +99,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -371,5 +371,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -71,5 +71,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -90,5 +90,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -230,5 +230,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -148,5 +148,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -304,5 +304,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -160,5 +160,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -82,5 +82,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -100,5 +100,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -74,5 +74,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -70,5 +70,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -73,5 +73,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
Dictionary. Raw or processed structured data.

View File

@@ -75,5 +75,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
Dictionary. Raw or processed structured data

View File

@@ -127,5 +127,5 @@ Parameters:
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.

View File

@@ -144,7 +144,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -210,7 +210,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
Dictionary. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -173,7 +173,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:

View File

@@ -516,7 +516,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:

View File

@@ -127,7 +127,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -104,7 +104,8 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
Dictionary of raw structured data or
list of dictionaries of processed structured data
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -67,7 +67,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -112,7 +112,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -127,7 +127,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -96,7 +96,8 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
Dictionary of raw structured data or
list of dictionaries of processed structured data
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -108,7 +108,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -247,7 +247,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -230,7 +230,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -97,7 +97,7 @@ def process(proc_data):
Returns:
List of dictionaries. Structured data with the following schema:
[
{
"job_number": integer,
@@ -133,7 +133,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -203,7 +203,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -318,7 +318,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -165,7 +165,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -158,7 +158,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -149,7 +149,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -521,7 +521,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -77,7 +77,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -95,7 +95,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -272,7 +272,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -163,7 +163,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -331,7 +331,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -182,7 +182,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -87,7 +87,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -113,7 +113,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -79,7 +79,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -75,7 +75,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -78,7 +78,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
Dictionary. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -97,7 +97,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
Dictionary. Raw or processed structured data
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)

View File

@@ -139,7 +139,7 @@ def parse(data, raw=False, quiet=False):
Returns:
dictionary raw or processed structured data
List of dictionaries. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)