Searched defs:indent (Results 1 – 3 of 3) sorted by relevance
/spdk/python/spdk/rpc/ |
H A D | __init__.py | 82 _json_dump(config, fd, indent) global() argument 102 save_config(client, fd, indent=2) global() argument 177 save_subsystem_config(client, fd, indent=2, name=None) global() argument [all...] |
/spdk/python/spdk/spdkcli/ |
H A D | ui_root.py | 94 def ui_command_save_config(self, filename, indent=2): argument 98 def ui_command_save_subsystem_config(self, filename, subsystem, indent=2): argument
|
/spdk/lib/json/ |
H A D | json_write.c | 14 uint32_t indent; member
|