SNABSuite
0.x
Spiking Neural Architecture Benchmark Suite
|
Go to the source code of this file.
Namespaces | |
autoformat_json | |
Functions | |
def | autoformat_json.to_json (o, level=0) |
def | autoformat_json.prettyfy (filename) |
Variables | |
autoformat_json.parser = argparse.ArgumentParser(description='Autoformat json files in a folder') | |
autoformat_json.metavar | |
autoformat_json.type | |
autoformat_json.str | |
autoformat_json.help | |
autoformat_json.args = parser.parse_args() | |
autoformat_json.list_files = glob.glob(args.files + "*.json") | |
int | autoformat_json.INDENT = 4 |
string | autoformat_json.SPACE = " " |
string | autoformat_json.NEWLINE = "\n" |