Searched refs:_CURRENT_SCRATCH_GRAPH (Results 1 – 1 of 1) sorted by relevance
105 _CURRENT_SCRATCH_GRAPH = threading.local() variable789 global _CURRENT_SCRATCH_GRAPH790 scratch_graph = getattr(_CURRENT_SCRATCH_GRAPH, 'graph', None)802 _CURRENT_SCRATCH_GRAPH.graph = graph805 _CURRENT_SCRATCH_GRAPH.graph = None