Searched refs:graph_match (Results 1 – 1 of 1) sorted by relevance
32 def _make_graph_match(graph_match): argument34 if graph_match is None:36 if not isinstance(graph_match, OpMatcher):37 graph_match = OpMatcher(graph_match)38 return graph_match