Lines Matching refs:ignore
33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
81 # on the ignore list.
82 if modulename in self._mods: # Identical names, so ignore
87 # the ignore list
98 # must be a built-in, so we must ignore
115 # Tried the different ways, so we don't ignore this module
401 @param ignoremods a list of the names of modules to ignore
402 @param ignoredirs a list of the names of directories to ignore
411 self.ignore = _Ignore(ignoremods, ignoredirs)
540 # the ignore support won't work right for packages
543 ignore_it = self.ignore.names(filename, modulename)
648 grp.add_argument('--ignore-module', action='append', default=[],
652 grp.add_argument('--ignore-dir', action='append', default=[],