Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtrace.py85 class _Ignore: class
430 self.ignore = _Ignore(ignoremods, ignoredirs)
/external/python/cpython3/Lib/test/
Dtest_trace.py359 ignore = trace._Ignore(['x', 'y.z'], [jn('foo', 'bar')])