HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
json-field Namespace Reference

Variables

 parser = OptionParser()
 
 type
 
 help
 
 dest
 
 options
 
 arguments
 
 fieldNameStr = options.__dict__["field"]
 
 base64Decode = int(options.__dict__["base64"])
 
 fieldNamesList = fieldNameStr.split(":")
 
 jsonString = sys.stdin.read()
 
 jsonDic = json.loads(str(jsonString))
 
 retVal = jsonDic
 
 index = int(fieldName)
 

Variable Documentation

◆ arguments

json-field.arguments

Definition at line 33 of file json-field.py.

◆ base64Decode

int json-field.base64Decode = int(options.__dict__["base64"])

Definition at line 38 of file json-field.py.

◆ dest

json-field.dest

Definition at line 27 of file json-field.py.

◆ fieldNamesList

json-field.fieldNamesList = fieldNameStr.split(":")

Definition at line 43 of file json-field.py.

◆ fieldNameStr

json-field.fieldNameStr = options.__dict__["field"]

Definition at line 36 of file json-field.py.

◆ help

json-field.help

Definition at line 27 of file json-field.py.

◆ index

json-field.index = int(fieldName)

Definition at line 64 of file json-field.py.

◆ jsonDic

json-field.jsonDic = json.loads(str(jsonString))

Definition at line 49 of file json-field.py.

◆ jsonString

json-field.jsonString = sys.stdin.read()

Definition at line 44 of file json-field.py.

◆ options

json-field.options

Definition at line 33 of file json-field.py.

◆ parser

json-field.parser = OptionParser()

Definition at line 25 of file json-field.py.

◆ retVal

int json-field.retVal = jsonDic

Definition at line 51 of file json-field.py.

◆ type

json-field.type

Definition at line 26 of file json-field.py.