1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

update Return info

This commit is contained in:
Kelly Brazil
2019-12-17 09:56:09 -08:00
parent 093c0df897
commit 41f8e3aba2
65 changed files with 67 additions and 65 deletions

View File

@ -105,7 +105,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -146,7 +146,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"variables": [

View File

@ -87,7 +87,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -339,7 +339,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -87,7 +87,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -67,7 +67,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -67,7 +67,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -85,7 +85,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -59,7 +59,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -76,7 +76,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -160,7 +160,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -149,7 +149,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -91,7 +91,8 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{
"job_number": integer,

View File

@ -158,7 +158,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -230,7 +230,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -121,7 +121,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -111,7 +111,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -71,7 +71,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -327,7 +327,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -46,7 +46,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -57,7 +57,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -191,7 +191,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -115,7 +115,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -265,7 +265,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -119,7 +119,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -55,7 +55,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -74,7 +74,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -49,7 +49,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -46,7 +46,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -45,7 +45,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"kernel_name": string,

View File

@ -49,7 +49,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"time": string,

View File

@ -97,7 +97,7 @@ Parameters:
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -110,7 +110,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -152,7 +152,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"variables": [

View File

@ -92,7 +92,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -343,7 +343,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -93,7 +93,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -71,7 +71,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -40,7 +40,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -72,7 +72,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -89,7 +89,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -63,7 +63,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -80,7 +80,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -166,7 +166,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -153,7 +153,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -96,7 +96,8 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{
"job_number": integer,

View File

@ -163,7 +163,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -235,7 +235,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -126,7 +126,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -116,7 +116,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -75,7 +75,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -332,7 +332,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -51,7 +51,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -61,7 +61,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -196,7 +196,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -120,7 +120,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -270,7 +270,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -123,7 +123,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -59,7 +59,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -78,7 +78,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -53,7 +53,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -50,7 +50,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{

View File

@ -49,7 +49,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"kernel_name": string,

View File

@ -53,7 +53,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"time": string,

View File

@ -102,7 +102,7 @@ def process(proc_data):
Returns:
dictionary structured data with the following schema:
List of dictionaries. Structured data with the following schema:
[
{