dwave.cloud.config.get_configfile_path#
- get_configfile_path(**kwargs) str [source]#
Return the highest-priority local configuration file.
Selects the top-ranked configuration file path from a list of candidates returned by
get_configfile_paths()
, orNone
if no candidate path exists.- Parameters:
**kwargs – Arguments passed-thru to
get_configfile_paths()
.- Returns:
Configuration file path.