Home
last modified time | relevance | path

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

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