Searched refs:_graph_mode_decorator (Results 1 – 1 of 1) sorted by relevance
162 return _graph_mode_decorator(f, *args, **kwargs)167 def _graph_mode_decorator(f, *args, **kwargs): function