mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
update process() doc
This commit is contained in:
@ -69,7 +69,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -321,7 +321,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -49,7 +49,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -49,7 +49,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -41,7 +41,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -125,7 +125,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -131,7 +131,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -73,7 +73,15 @@ Example:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
[
|
||||
{
|
||||
"job_number": integer,
|
||||
|
@ -140,7 +140,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -212,7 +212,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -103,7 +103,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -93,7 +93,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -53,7 +53,15 @@ Example:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -309,7 +309,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -186,7 +186,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -97,7 +97,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -26,7 +26,15 @@ Example:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
{
|
||||
"kernel_name": string,
|
||||
|
@ -31,7 +31,15 @@ Example:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
{
|
||||
"time": string,
|
||||
|
@ -79,7 +79,15 @@ Examples:
|
||||
process(proc_data)
|
||||
```
|
||||
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -68,7 +68,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -320,7 +320,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -48,7 +48,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -16,7 +16,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -48,7 +48,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -40,7 +40,15 @@ import jc
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -125,7 +125,15 @@ from ifconfigparser import IfconfigParser
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -130,7 +130,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -73,7 +73,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
[
|
||||
{
|
||||
"job_number": integer,
|
||||
|
@ -140,7 +140,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -212,7 +212,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -102,7 +102,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -93,7 +93,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -52,7 +52,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -309,7 +309,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -185,7 +185,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -96,7 +96,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
@ -25,7 +25,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
{
|
||||
"kernel_name": string,
|
||||
|
@ -30,7 +30,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
{
|
||||
"time": string,
|
||||
|
@ -79,7 +79,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user