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

doc fixes

This commit is contained in:
Kelly Brazil
2021-01-04 18:01:16 -08:00
parent ceccfb2c81
commit 1d0ad2f045
123 changed files with 312 additions and 312 deletions

View File

@ -77,7 +77,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -109,11 +109,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
"ssid": string, "ssid": string,
@ -144,5 +144,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -119,11 +119,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -154,5 +154,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -101,11 +101,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -157,5 +157,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -61,11 +61,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -91,5 +91,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -156,7 +156,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -153,7 +153,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -80,11 +80,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Each dictionary represents a row in the csv file: List of Dictionaries. Each Dictionary represents a row in the csv file:
[ [
{ {
@ -109,5 +109,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -63,7 +63,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -95,11 +95,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -134,5 +134,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -347,11 +347,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -421,5 +421,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -125,11 +125,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -162,5 +162,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -95,11 +95,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -124,5 +124,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -77,11 +77,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -107,5 +107,5 @@ Parameters:
Returns: Returns:
Dictionary of raw structured data or Dictionary of raw structured data or
list of dictionaries of processed structured data List of Dictionaries of processed structured data

View File

@ -70,11 +70,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -99,5 +99,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -75,11 +75,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -109,5 +109,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -89,11 +89,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -122,5 +122,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -113,11 +113,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -146,5 +146,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -79,11 +79,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -114,5 +114,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -45,11 +45,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -74,5 +74,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -76,11 +76,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -105,5 +105,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -65,11 +65,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -95,5 +95,5 @@ Parameters:
Returns: Returns:
Dictionary of raw structured data or Dictionary of raw structured data or
list of dictionaries of processed structured data List of Dictionaries of processed structured data

View File

@ -80,11 +80,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -111,5 +111,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -93,7 +93,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:
@ -142,5 +142,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. Dictionary. Raw or processed structured data.

View File

@ -174,11 +174,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -229,5 +229,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -69,7 +69,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -157,11 +157,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -200,5 +200,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -99,11 +99,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -131,5 +131,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -94,11 +94,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -127,5 +127,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -166,11 +166,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -201,5 +201,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -238,11 +238,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -305,5 +305,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -129,11 +129,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -162,5 +162,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -119,11 +119,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -156,5 +156,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -79,11 +79,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -112,5 +112,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -270,11 +270,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -391,5 +391,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -205,11 +205,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -244,5 +244,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -97,11 +97,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -131,5 +131,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -132,7 +132,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -54,11 +54,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -84,5 +84,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -65,11 +65,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -103,5 +103,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -199,11 +199,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -243,5 +243,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -106,11 +106,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -147,5 +147,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -103,11 +103,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -138,5 +138,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -273,11 +273,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -317,5 +317,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -127,11 +127,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -177,5 +177,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -63,7 +63,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -63,11 +63,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -95,5 +95,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -82,11 +82,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -113,5 +113,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -57,11 +57,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -87,5 +87,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -54,11 +54,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -83,5 +83,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -61,7 +61,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -130,7 +130,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -119,7 +119,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -51,7 +51,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -57,7 +57,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -105,11 +105,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -140,5 +140,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -60,11 +60,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -91,5 +91,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -125,11 +125,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -161,5 +161,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.

View File

@ -77,7 +77,7 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -89,11 +89,11 @@ Final processing to conform to the schema.
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Each dictionary represents a YAML document: List of Dictionaries. Each dictionary represents a YAML document:
[ [
{ {
@ -118,5 +118,5 @@ Parameters:
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries representing the YAML documents.

View File

@ -83,7 +83,7 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -116,11 +116,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
"ssid": string, "ssid": string,
@ -173,7 +173,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.
""" """
if not quiet: if not quiet:
jc.utils.compatibility(__name__, info.compatible) jc.utils.compatibility(__name__, info.compatible)

View File

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

View File

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

View File

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

View File

@ -163,7 +163,7 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -159,7 +159,7 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -86,11 +86,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Each dictionary represents a row in the csv file: List of Dictionaries. Each Dictionary represents a row in the csv file:
[ [
{ {
@ -116,7 +116,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.
""" """
if not quiet: if not quiet:
jc.utils.compatibility(__name__, info.compatible) jc.utils.compatibility(__name__, info.compatible)

View File

@ -68,7 +68,7 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

@ -101,11 +101,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -186,7 +186,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.
""" """
if not quiet: if not quiet:

View File

@ -352,11 +352,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -566,7 +566,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.
""" """
if not quiet: if not quiet:

View File

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

View File

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

View File

@ -82,11 +82,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -120,7 +120,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
Dictionary of raw structured data or Dictionary of raw structured data or
list of dictionaries of processed structured data List of Dictionaries of processed structured data
""" """
if not quiet: if not quiet:
jc.utils.compatibility(__name__, info.compatible) jc.utils.compatibility(__name__, info.compatible)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -70,11 +70,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -108,7 +108,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
Dictionary of raw structured data or Dictionary of raw structured data or
list of dictionaries of processed structured data List of Dictionaries of processed structured data
""" """
if not quiet: if not quiet:
jc.utils.compatibility(__name__, info.compatible) jc.utils.compatibility(__name__, info.compatible)

View File

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

View File

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

View File

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

View File

@ -75,7 +75,7 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (Dictionary) raw structured data to process
Returns: Returns:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -274,11 +274,11 @@ def process(proc_data):
Parameters: Parameters:
proc_data: (dictionary) raw structured data to process proc_data: (List of Dictionaries) raw structured data to process
Returns: Returns:
List of dictionaries. Structured data with the following schema: List of Dictionaries. Structured data with the following schema:
[ [
{ {
@ -433,7 +433,7 @@ def parse(data, raw=False, quiet=False):
Returns: Returns:
List of dictionaries. Raw or processed structured data. List of Dictionaries. Raw or processed structured data.
""" """
import jc.utils import jc.utils
if not quiet: if not quiet:

View File

@ -146,7 +146,7 @@ def parse(cleandata):
Returns: Returns:
List of dictionaries. Raw structured data. List of Dictionaries. Raw structured data.
""" """
raw_output = [] raw_output = []
network = False network = False

View File

@ -188,7 +188,7 @@ def parse(cleandata):
Returns: Returns:
List of dictionaries. Raw structured data. List of Dictionaries. Raw structured data.
""" """
raw_output = [] raw_output = []
network = False network = False

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More