MCPcopy Create free account
hub / github.com/pyload/pyload / set_bucket

Method set_bucket

module/lib/jinja2/bccache.py:166–168  ·  view source on GitHub ↗

Put the bucket into the cache.

(self, bucket)

Source from the content-addressed store, hash-verified

164 return bucket
165
166 def set_bucket(self, bucket):
167 """Put the bucket into the cache."""
168 self.dump_bytecode(bucket)
169
170
171class FileSystemBytecodeCache(BytecodeCache):

Callers 1

loadMethod · 0.80

Calls 1

dump_bytecodeMethod · 0.95

Tested by

no test coverage detected