コード例 #1
0
def tmpcache():
    with tempfile.TemporaryDirectory() as tmpdir:
        with cache.enable(tmpdir):
            yield
コード例 #2
0
ファイル: test_solver.py プロジェクト: CVerhoosel/nutils
def tmpcache():
  with tempfile.TemporaryDirectory() as tmpdir:
    with cache.enable(tmpdir):
      yield