HomeSort by relevance Sort by last modified time
    Searched refs:ignoremods (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
trace.py 452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
463 @param ignoremods a list of the names of modules to ignore
473 self.ignore = Ignore(ignoremods, ignoredirs)
802 countcallers=countcallers, ignoremods=ignore_modules,
  /external/python/cpython2/Lib/
trace.py 452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
463 @param ignoremods a list of the names of modules to ignore
473 self.ignore = Ignore(ignoremods, ignoredirs)
794 countcallers=countcallers, ignoremods=ignore_modules,
  /external/python/cpython3/Lib/
trace.py 388 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
399 @param ignoremods a list of the names of modules to ignore
409 self.ignore = _Ignore(ignoremods, ignoredirs)
699 countcallers=opts.trackcalls, ignoremods=opts.ignore_module,

Completed in 236 milliseconds