MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / _generate_default_config

Function _generate_default_config

SLiCAP/SLiCAPconfigure.py:349–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 return main_config
348
349def _generate_default_config():
350 default_config = {'version':{'install_version' : '',
351 'latest_version' : ''},
352 'installpaths':{"install" : '',
353 "user" : '',
354 "docs" : '',
355 "mainlibs" : '',
356 "kicadsyms" : '',
357 "ngspicesyms" : '',
358 "gedasyms" : '',
359 "leptonsyms" : '',
360 "ltspicesyms" : '',
361 "latexfiles" : '',
362 "sphinxfiles" : ''},
363 'commands':{'ltspice' : '',
364 'kicad' : '',
365 'geda' : '',
366 'lepton-eda' : '',
367 'ngspice' : ''}
368 }
369 return default_config
370
371def _get_home_path():
372 slicap_home = expanduser("~").replace('\\', '/') + '/'

Callers 1

_update_ini_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected