Searched refs:pycache_dir (Results 1 – 4 of 4) sorted by relevance
66 self.pycache_dir = None75 def record_pycache_config(self, pycache_dir): argument76 root = os.path.realpath(pycache_dir)77 self.pycache_dir = root99 for root, _, files in os.walk(self.pycache_dir):
76 self.pycache_dir = cache_dir114 daemon_config_file = '{}/.config'.format(self.pycache_dir)123 cache_dir = os.path.join(self.pycache_dir, digest[:2])
359 pycache_dir = os.environ.get('CCACHE_BASE')361 if not pycache_dir:362 pycache_dir = os.environ.get('HOME')363 pycache_dir = os.path.join(pycache_dir, '.pycache')364 os.environ['PYCACHE_DIR'] = pycache_dir369 pycache_dir,
1020 pycache_dir = os.environ.get('CCACHE_BASE')1021 if not pycache_dir:1022 pycache_dir = os.environ.get('HOME')1023 pycache_config = os.path.join(pycache_dir, '.pycache', '.config')