xoa.cf.get_default_cf_specs

xoa.cf.get_default_cf_specs(cache='rw')[source]

Get the default CF specifications

Parameters:

cache (str, bool, None) – Cache default specs on disk with pickling for fast loading. If None, it defaults to boolean option cf.cache. Possible string values: "ignore", "rw", "read", "write", "clean". If True, it is set to "rw". If False, it is set to "ignore".