Searched refs:defaultParams (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py27 defaultParams = {} # will be used as a dictionary to hold the parsed params variable
203 testDescription = defaultParams.copy() # set defaults
257 if key not in defaultParams:
258 defaultParams[key] = txt
260 defaultParams[key] += ' ' + txt
275 for k in defaultParams.keys():
276 print " %s : '%s'" % (k, defaultParams[k])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dregressions.py27 defaultParams = {} # will be used as a dictionary to hold the parsed params variable
203 testDescription = defaultParams.copy() # set defaults
257 if key not in defaultParams:
258 defaultParams[key] = txt
260 defaultParams[key] += ' ' + txt
275 for k in defaultParams.keys():
276 print " %s : '%s'" % (k, defaultParams[k])

Completed in 111 milliseconds