jxsupport¶
jxsupport support module jxctl
-
class
jxsupport.JxSupport¶ JxSupport class for support opertions like display
-
print(source, format_display='json', count=False)¶ Print method to display result :param source: source dictionary dict :param format_display: displat format by json is default format str :param count: count flag bool
-
static
print_json(source, count=False)¶ Display the dictionary in json format :param source: source dictionary dict :param count: count flag bool
-
static
print_table(source, count=False)¶ Display the dictionary in table format :param source: source dictionary dict :param count: count flag bool
-