MCPcopy Create free account
hub / github.com/numpy/numpy / is_cached

Method is_cached

numpy/distutils/ccompiler_opt.py:2245–2249  ·  view source on GitHub ↗

Returns True if the class loaded from the cache file

(self)

Source from the content-addressed store, hash-verified

2243 self.hit_cache = hasattr(self, "hit_cache")
2244
2245 def is_cached(self):
2246 """
2247 Returns True if the class loaded from the cache file
2248 """
2249 return self.cache_infile and self.hit_cache
2250
2251 def cpu_baseline_flags(self):
2252 """

Callers 3

new_ccompiler_optFunction · 0.95
build_extensionMethod · 0.80
build_a_libraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected