Home
last modified time | relevance | path

Searched refs:ignoremods (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dtrace.py389 ignoremods=(), ignoredirs=(), infile=None, outfile=None, argument
410 self.ignore = _Ignore(ignoremods, ignoredirs)
698 countcallers=opts.trackcalls, ignoremods=opts.ignore_module,
/third_party/python/Doc/library/
Dtrace.rst142 .. class:: Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(),\
149 tracking. *ignoremods* is a list of modules or packages to ignore.