Home
last modified time | relevance | path

Searched defs:excluded_patterns (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/watchdog/tests/
Dtest_patterns.py16 def test_match_path(raw_path, included_patterns, excluded_patterns, case_sensitive, expected): argument
37 def test_filter_paths(included_patterns, excluded_patterns, case_sensitive, expected): argument
65 def test_match_any_paths(included_patterns, excluded_patterns, case_sensitive, expected): argument
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/modules_mapping/
H A Dgenerator.py27 excluded_patterns = None variable in Generator
30 def __init__(self, stderr, output_file, excluded_patterns): argument