Searched refs:metaChars (Results 1 – 1 of 1) sorted by relevance
26 metaChars = frozenset(['.', '^', '$', '?', '*', '+', '|', '[', '(', '{']) variable30 global metaChars36 elif path[i] in metaChars:44 global metaChars48 for c in metaChars:57 global metaChars