Home
last modified time | relevance | path

Searched refs:maxlevels (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcompileall.py21 def compile_dir(dir, maxlevels=10, ddir=None, argument
52 elif maxlevels > 0 and \
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
128 success = success and compile_dir(dir, maxlevels, None,
169 maxlevels = 10
176 if o == '-l': maxlevels = 0
199 if not compile_dir(arg, maxlevels, ddir,
Dpprint.py237 def format(self, object, context, maxlevels, level): argument
242 return _safe_repr(object, context, maxlevels, level)
247 def _safe_repr(object, context, maxlevels, level): argument
273 if maxlevels and level >= maxlevels:
285 krepr, kreadable, krecur = saferepr(k, context, maxlevels, level)
286 vrepr, vreadable, vrecur = saferepr(v, context, maxlevels, level)
307 if maxlevels and level >= maxlevels:
318 orepr, oreadable, orecur = _safe_repr(o, context, maxlevels, level)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcompileall.py21 def compile_dir(dir, maxlevels=10, ddir=None, argument
52 elif maxlevels > 0 and \
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
128 success = success and compile_dir(dir, maxlevels, None,
182 maxlevels = 10
189 if o == '-l': maxlevels = 0
212 if not compile_dir(arg, maxlevels, ddir,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pprint.py416 def format(self, object, context, maxlevels, level): argument
424 self, object, context, maxlevels, level)