Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dconfigparser.py268 def __init__(self, option, section, rawval, reference):
271 "Raw value: {!r}".format(option, section, reference, rawval))
274 self.args = (option, section, rawval, reference)
288 def __init__(self, option, section, rawval):
293 rawval))
295 self.args = (option, section, rawval)
409 rawval = parser.get(section, option, raw=True, fallback=rest)
411 raise InterpolationDepthError(option, section, rawval)
436 option, section, rawval, var) from None
470 rawval
[all...]
/third_party/python/Programs/
H A D_testembed.c1844 static int check_use_frozen_modules(const char *rawval) in check_use_frozen_modules() argument
1847 if (rawval == NULL) { in check_use_frozen_modules()
1856 rawval) < 0) { in check_use_frozen_modules()
1857 error("rawval is too long"); in check_use_frozen_modules()

Completed in 4 milliseconds